/*
 * Self-hosted Inter — avoids Google Fonts round-trip on PWA cold start.
 */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/inter/inter-latin-400-normal-2d18ee07.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/inter/inter-latin-500-normal-4b1a1085.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/inter/inter-latin-600-normal-1dd49df3.woff2") format("woff2");
}

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