@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=DM+Serif+Display:ital@0;1&display=swap');

/* ============================================================
   AdLabs — assets/css/fonts.css
   SINGLE SOURCE OF TRUTH for all typography.
   To change a font site-wide, edit ONLY this file.

   --font-body / --font-display : Plus Jakarta Sans
   --font-heading               : DM Serif Display  (h1, h2)
   --font-serif                 : Cormorant Garamond
   ============================================================ */

:root {
  --font-body:    'Plus Jakarta Sans', sans-serif;
  --font-display: 'Plus Jakarta Sans', sans-serif;
  --font-heading: 'DM Serif Display', serif;
  --font-serif:   'Cormorant Garamond', Georgia, serif;
}

body {
  font-family: var(--font-body);
}

h1, h2 {
  font-family: var(--font-heading);
}

h3, h4, h5, h6 {
  font-family: var(--font-display);
}
