/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/*
 * Performance: self-host the site's Inter variable font.
 *
 * This intentionally retains the existing "Inter" family name so Bricks
 * typography, global classes, and page-level styles keep their current
 * metrics and all weights from 100 through 900 remain available.
 */
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("/wp-content/uploads/2026/09/inter-local-variable-latin-400-900.woff2") format("woff2");
}
