/* Self-hosted variable fonts (latin subsets). The CSP allows font-src 'self' only, so nothing is fetched from a CDN.
   Inter and JetBrains Mono carry the site, Archivo the overview and /10things headings,
   Unbounded the countdown numerals and Schibsted Grotesk the /10things body. */

@font-face { font-family: "Inter"; font-style: normal; font-weight: 400 800; font-display: swap; src: url("/fonts/inter-body.woff2") format("woff2"); }
@font-face { font-family: "JetBrains Mono"; font-style: normal; font-weight: 400 700; font-display: swap; src: url("/fonts/jetbrains-mono-ui.woff2") format("woff2"); }
@font-face { font-family: "Archivo"; font-style: normal; font-weight: 400 900; font-stretch: 62% 125%; font-display: swap; src: url("/fonts/archivo.woff2") format("woff2"); }
/* Exact 800 / 110% instance of Archivo for the overview heading; all original Latin glyphs are retained. */
@font-face { font-family: "Archivo Hero"; font-style: normal; font-weight: 800; font-stretch: 110%; font-display: swap; src: url("/fonts/archivo-hero.woff2") format("woff2"); }
@font-face { font-family: "Unbounded"; font-style: normal; font-weight: 400 900; font-display: swap; src: url("/fonts/unbounded.woff2") format("woff2"); }
@font-face { font-family: "Schibsted Grotesk"; font-style: normal; font-weight: 400 900; font-display: swap; src: url("/fonts/schibsted-grotesk.woff2") format("woff2"); }
