/* ==========================================================
AZ SKADEDYRSSERVICE – FONTS (v2.3 – November 2025)
Del af AZ Global System 2025
========================================================== */

/* ----------------------------------------------------------
🧠 TEKSTRENDERING & SYNTHESE-KONTROL
---------------------------------------------------------- */
html {
  font-synthesis: none; /* Forhindrer browseren i at “fake” bold/italic */
  text-rendering: optimizeLegibility; /* Forbedrer kerning og læsbarhed */
  -webkit-font-smoothing: antialiased; /* Jævnere rendering i WebKit (Chrome/Safari) */
  -moz-osx-font-smoothing: grayscale;  /* Jævnere rendering i Firefox/macOS */
}

/* ----------------------------------------------------------
🔤 OPEN SANS – Body text
---------------------------------------------------------- */
@font-face {
  font-family: 'Open Sans';
  src: url('/wp-content/uploads/2025/fonts/open-sans-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ----------------------------------------------------------
🔤 MERRIWEATHER – Headings
---------------------------------------------------------- */
@font-face {
  font-family: 'Merriweather';
  src: url('/wp-content/uploads/2025/fonts/merriweather-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* ----------------------------------------------------------
🎨 BASISFONT-ANVENDELSE
---------------------------------------------------------- */
body {
  font-family: 'Open Sans', system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.7em;
  color: var(--az-text-dark);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', Georgia, 'Times New Roman', serif;
  font-weight: 600;
  line-height: 1.3em;
  color: var(--az-primary);
}
