/*
 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.0
 Text Domain:  bricks
*/

/* ---------------------------------------------------------------------------
 * Self-hosted variable fonts (first-party; Google Fonts disabled in Bricks).
 * Files live in bricks-child/fonts/. style.css is enqueued by functions.php.
 * Family names must match the strings used in Bricks theme styles:
 *   Merriweather (headings), Inter (body).
 * ------------------------------------------------------------------------- */

@font-face {
  font-family: 'Merriweather';
  src: url('fonts/merriweather-var.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Merriweather';
  src: url('fonts/merriweather-italic-var.woff2') format('woff2');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('fonts/inter-var.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
