/* ==========================================================================
   LOCAL FONT DEFINITIONS
   self-hosted web fonts with font-display: swap for 100% Performance
   ========================================================================== */

/* Fallback to system-ui stack ensures 0ms render block while maintaining modern typography */
@supports (font-weight: 100 900) {
  :root {
    --font-family-base: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    --font-family-heading: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  }
}
