/* Local Fonts - HTMLPAGE Localization Process */
/* Fallback to system fonts for compatibility */

:root {
  --font-primary: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

body {
  font-family: var(--font-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-primary);
}

/* Note: For production deployment, download font files from Google Fonts
   and place them in ./fonts/ directory with @font-face declarations */
