/* Self-hosted brand fonts. Files produced by `npm run fonts:build` from
   the @fontsource packages in node_modules; no CDN or runtime fetch.
   See scripts/buildFonts.mjs. */

@font-face {
   font-family: "Inter";
   font-style: normal;
   font-weight: 400;
   font-display: swap;
   src:
      url("/assets/brand/fonts/web/inter-400.woff2") format("woff2"),
      url("/assets/brand/fonts/web/inter-400.woff") format("woff");
}
@font-face {
   font-family: "Inter";
   font-style: normal;
   font-weight: 500;
   font-display: swap;
   src:
      url("/assets/brand/fonts/web/inter-500.woff2") format("woff2"),
      url("/assets/brand/fonts/web/inter-500.woff") format("woff");
}
@font-face {
   font-family: "Inter";
   font-style: normal;
   font-weight: 600;
   font-display: swap;
   src:
      url("/assets/brand/fonts/web/inter-600.woff2") format("woff2"),
      url("/assets/brand/fonts/web/inter-600.woff") format("woff");
}
@font-face {
   font-family: "Inter";
   font-style: normal;
   font-weight: 700;
   font-display: swap;
   src:
      url("/assets/brand/fonts/web/inter-700.woff2") format("woff2"),
      url("/assets/brand/fonts/web/inter-700.woff") format("woff");
}

@font-face {
   font-family: "Cormorant Garamond";
   font-style: normal;
   font-weight: 500;
   font-display: swap;
   src:
      url("/assets/brand/fonts/web/cormorant-garamond-500.woff2") format("woff2"),
      url("/assets/brand/fonts/web/cormorant-garamond-500.woff") format("woff");
}
@font-face {
   font-family: "Cormorant Garamond";
   font-style: normal;
   font-weight: 600;
   font-display: swap;
   src:
      url("/assets/brand/fonts/web/cormorant-garamond-600.woff2") format("woff2"),
      url("/assets/brand/fonts/web/cormorant-garamond-600.woff") format("woff");
}
@font-face {
   font-family: "Cormorant Garamond";
   font-style: normal;
   font-weight: 700;
   font-display: swap;
   src:
      url("/assets/brand/fonts/web/cormorant-garamond-700.woff2") format("woff2"),
      url("/assets/brand/fonts/web/cormorant-garamond-700.woff") format("woff");
}
