/*
 * Self-hosted public site webfonts.
 *
 * oktapod.ai is a public marketing surface with no consent gate, so loading
 * fonts from a public CDN would send every visitor's IP, User-Agent and Referer
 * to a third party before they interact with anything, and would make first
 * paint depend on two extra DNS + TLS round trips. DM Mono and Syne are bundled
 * from @fontsource and served from this site's own origin instead.
 *
 * Latin subsets only, woff2 only. Sources live in apps/landing/fonts.ts, which
 * copies them into /fonts/ at build time and serves them in dev.
 */

@font-face {
  font-family: "DM Mono";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/fonts/dm-mono-latin-300-normal.woff2") format("woff2");
}

@font-face {
  font-family: "DM Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/dm-mono-latin-400-normal.woff2") format("woff2");
}

@font-face {
  font-family: "DM Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/dm-mono-latin-500-normal.woff2") format("woff2");
}

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

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

@font-face {
  font-family: "Syne";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/syne-latin-700-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Syne";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/fonts/syne-latin-800-normal.woff2") format("woff2");
}
