/* Google Fonts Integration & Typography System */
/* NOTE: Google Fonts are loaded non-blocking via <link rel="preload"> in index.html <head>.
   The @import has been removed to eliminate the render-blocking double-hop. */

:root {
  --font-primary: 'Poppins', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --font-secondary: 'Playfair Display', 'Butler', 'Georgia', serif;
  --font-display: 'Outfit', 'Poppins', sans-serif;
}
