/* ==========================================================
AZ SKADEDYRSSERVICE – FONTS (v4.2 – Final, November 2025)
Kompatibel med: Divi Dynamic Fonts + WP Rocket Preload
========================================================== */

/* GLOBAL FONT-SMOOTHING */
html {
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ------------------------------
1) OPEN SANS – Brødtekst
------------------------------ */
@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;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/wp-content/uploads/2025/fonts/OpenSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ------------------------------
2) MERRIWEATHER – Overskrifter
------------------------------ */
@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;
}

/* ------------------------------
3) BASISFONT-ANVENDELSE
------------------------------ */
body {
  font-family: 'Open Sans', system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: var(--az-text-dark);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', Georgia, serif;
  font-weight: 600;
  line-height: 1.3;
  color: var(--az-primary);
}

strong, b {
  font-weight: 700;
}