/**
 * Self-hosted marketing fonts for static public pages and Next.js public routes.
 * Inter, Newsreader, and Caveat variable woff2 — OFL-1.1.
 */

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

@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-display: swap;
  font-weight: 400 600;
  src: url('/fonts/newsreader-latin.woff2') format('woff2-variations');
}

@font-face {
  font-family: 'Newsreader';
  font-style: italic;
  font-display: swap;
  font-weight: 400 500;
  src: url('/fonts/newsreader-latin-italic.woff2') format('woff2-variations');
}

@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-display: swap;
  font-weight: 500 700;
  src: url('/fonts/caveat-latin.woff2') format('woff2-variations');
}
