/* ALLCARSCURACAO FONTS SYSTEM */
/* Central font imports for all website pages */

/* NOTE: Google Fonts are now loaded dynamically via api/font-styles.php */
/* This prevents conflicts with the dynamic font management system */

/* Font Preconnect Optimization */
/* Add these link tags to HTML head for better performance:
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
*/

/* Font Family Variables for Easy Management */
:root {
    --font-primary: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Available Font Weights for Inter */
/*
Inter:
- 300 (Light)
- 400 (Regular)
- 500 (Medium)
- 600 (SemiBold)
- 700 (Bold)
- 800 (ExtraBold)
- 900 (Black)
*/
