/*
 * Self-hosted Inter v4 (Latin subset).
 *
 * Single source of truth for SGHR typography across the theme and the
 * sghr-certification plugin. Sourced from @fontsource/inter@5 (Latin
 * subset) so we never depend on Google Fonts at request time --
 * FADP/GDPR-clean and one fewer DNS lookup.
 *
 * The plugin's per-surface stylesheet enqueues this stylesheet as a
 * dependency when the SGHR theme is active so the SPAs and the rest of
 * the site share one font binary.
 */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter/Inter-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/inter/Inter-Medium.woff2") format("woff2");
}

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