/* Egg Heist web fonts.
 *
 * Generated alongside the .woff2 files by contrib/art/make_fonts.py.
 * Both faces are Kenney Fonts (CC0) — see ASSET_CREDITS.md.
 *
 * font-display: swap, and both custom families are followed by a system stack,
 * so a font that fails to load degrades to a readable face instead of blanking
 * the UI (docs/ASSET_MANIFEST.md, "Fonts").
 */

@font-face {
  font-family: "EggHeist Display";
  src: url("display.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "EggHeist UI";
  src: url("ui.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Timer, titles, round announcements, winner text. */
  --eh-font-display: "EggHeist Display", Impact, "Arial Black", "Haettenschweiler",
    system-ui, sans-serif;
  /* Menus, player names, settings, body copy. */
  --eh-font-ui: "EggHeist UI", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}
