/* GENERATED, do not edit by hand. The generator (a one-shot fontTools script)
 * was removed with the rest of the repo's Python; these woff2 files and this
 * stylesheet are the committed artifact. To change the font set, subset the TTFs
 * in ios/Dayboard/Fonts with fontTools (`flavor = "woff2"`) and rewrite both.
 *
 * Self-hosted Geist, converted from the same TTFs the iOS app bundles
 * (ios/Dayboard/Fonts). Replaces the former fonts.googleapis.com link: no
 * third-party origin, no per-load IP disclosure to Google, and the bundle works
 * offline.
 *
 * `font-display: swap` matches what the Google stylesheet requested, so text
 * still paints immediately in a fallback face rather than blocking on the font.
 */

@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/Geist-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/Geist-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/Geist-SemiBold.woff2') format('woff2');
}

@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/Geist-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/GeistMono-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/GeistMono-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/GeistMono-SemiBold.woff2') format('woff2');
}
