/* Euclid Circular B Font Family - non-critical weights (300/600/700).
   Loaded via a media="print" -> "all" swap (see src/components/shared/
   DeferredFontLoader.tsx) so the browser fetches these at low priority,
   after the LCP-critical hero image and the 400/500 weights declared in
   src/styles/globals.css. Routes that DO need one of these weights above
   the fold (see src/components/shared/FontPreload.tsx) additionally
   preload the specific file(s) they need so this deferral doesn't delay
   their own first paint. */
@font-face {
  font-family: "Euclid Circular B";
  src: url("/fonts/EuclidCircularB-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Euclid Circular B";
  src: url("/fonts/EuclidCircularB-Light-Italic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Euclid Circular B";
  src: url("/fonts/EuclidCircularB-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Euclid Circular B";
  src: url("/fonts/EuclidCircularB-SemiBold-Italic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Euclid Circular B";
  src: url("/fonts/EuclidCircularB-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Euclid Circular B";
  src: url("/fonts/EuclidCircularB-Bold-Italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
