/* ==========================================================================
   Self-hosted web fonts for Global Innovative Coaching
   --------------------------------------------------------------------------
   These @font-face rules point to /fonts/*.woff2 on our own domain.
   No external font CDN is used (no Google Fonts, no jsDelivr for fonts),
   so no third party ever receives a visitor's IP address for font loading.

   If the woff2 files below are missing, browsers gracefully fall back to
   Georgia (for Cormorant Garamond) and system-ui (for DM Sans) — both are
   already declared in the site's CSS font stacks.

   To populate /fonts/, download the Latin subsets from google-webfonts-helper
   (gwfh.mranftl.com) and place the files listed below into /fonts/.
   ========================================================================== */

/* Cormorant Garamond — headings */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/cormorant-garamond-v16-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/cormorant-garamond-v16-latin-500.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/cormorant-garamond-v16-latin-600.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/cormorant-garamond-v16-latin-700.woff2") format("woff2");
}

/* DM Sans — body (reserved; site CSS currently uses system stacks, this is
   here so it works the moment a rule references 'DM Sans' in the future) */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/fonts/dm-sans-v15-latin-300.woff2") format("woff2");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/dm-sans-v15-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/dm-sans-v15-latin-500.woff2") format("woff2");
}
