/* The three brand families, self-hosted.
 *
 * These are the same files the iOS app bundles (`supertime/Sources/App/
 * Resources/Fonts`), converted to woff2 — so web and app render identically,
 * and no page depends on a third party to look like Supertime.
 *
 * Inter Tight and JetBrains Mono are variable, so one file covers every weight
 * the system uses. Bricolage Grotesque is the display voice (DAY-343): the
 * 96pt optical cuts at 500 and 700, for h1s only — once per screen.
 */

@font-face {
  font-family: 'Inter Tight';
  src: url('./InterTight.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'JetBrains Mono';
  src: url('./JetBrainsMono.woff2') format('woff2-variations');
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}

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

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