/* Jobbo webfonts: Inter (body, --font) and Manrope (headings, --font-display).
   All latin-subset WOFF2 taken from the Google Fonts css2 API, self-hosted in
   web/fonts/. Manrope is served as a single variable file (Google returned the
   same file for weights 600 and 700), declared once per weight the way
   web/cv-templates.css declares its own variable fonts. See web/fonts/OFL.txt
   for licensing. */

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

/* Schibsted Grotesk: the heading face (--font-display) since 2026-09-21. One variable file,
   latin subset, weights 400 to 900. Manrope stays for the share cards drawn before that. */
@font-face {
  font-family: "Schibsted Grotesk";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("fonts/schibsted-grotesk-var.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/manrope-var.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/manrope-var.woff2") format("woff2");
}
