/* Self-hosted fonts, latin subset only (covers English + Danish: æ ø å).
   Fraunces & Hanken Grotesk, both variable. SIL Open Font License 1.1 (see fonts/OFL.txt).
   No remotely served fonts: everything here loads from this origin.
   Absolute paths so it resolves from pages at any depth (/, /demo/, /privacy/). */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  font-optical-sizing: auto;
  src: url('/fonts/fraunces-roman-var-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  font-optical-sizing: auto;
  src: url('/fonts/fraunces-italic-var-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/hanken-grotesk-var-latin.woff2') format('woff2');
}
