/* Self-hosted webfonts — latin subset only, no network requests.
   Sources: downloaded from the Google Fonts API as woff2, latin subset.
   All three families are licensed under the SIL Open Font License 1.1.
   See OFL-Lilita-One.txt, OFL-Rubik.txt, OFL-Caveat.txt in this directory.

   font-display: block (not swap) — the app ships offline, there is no
   network race, and block avoids a flash of Trebuchet on first paint. */

/* Lilita One — static, 400 only */
@font-face {
  font-family: 'Lilita One';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("LilitaOne-400.woff2") format("woff2");
}

/* Rubik — variable weight axis, covers 400/500/600/700/800 in one file */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400 800;
  font-display: block;
  src: url("Rubik-var.woff2") format("woff2");
}

/* Caveat — variable weight axis, covers 600/700 in one file */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 600 700;
  font-display: block;
  src: url("Caveat-var.woff2") format("woff2");
}
