/**
 * CalibreEdge - Centralized Font Configuration
 * Fonts are loaded via <link> tags in HTML <head> for non-blocking parallel loading.
 * This file only defines CSS custom properties for font stacks.
 */

/* Fallback font stack */
:root {
  --font-primary: "Josefin Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-secondary: "Bebas Neue", sans-serif;
  --font-heading: "Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;
}
