/* ==========================================================================
   Ballantyne Renewables — fonts
   --------------------------------------------------------------------------
   Manrope (headings) + Inter (body) are loaded from Google Fonts by
   inc/enqueue.php (one <link>, display=swap). This file only sets the
   fallback metrics-adjust so there's no layout shift before the webfont
   arrives, and is the place to switch to self-hosted files later.

   To self-host:
     1. drop woff2 files in /assets/fonts/
     2. add @font-face rules here
     3. remove the wp_enqueue_style( 'bal-google-fonts', … ) line in enqueue.php
   ========================================================================== */

/* Reduce first-paint shift: fallback stack tuned toward the webfont metrics. */
:root {
  --bal-font-head: "Manrope", "Segoe UI", system-ui, -apple-system, Roboto, Arial, sans-serif;
  --bal-font-body: "Inter", "Segoe UI", system-ui, -apple-system, Roboto, Arial, sans-serif;
}
