/* Same-origin fonts: also available when Supabase is unreachable. */
@font-face {
  font-family: "CenturyGothic";
  src: url("assets/assets/fonts/Century-Gothic.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "CenturyGothic";
  /* Match the versioned bold asset emitted by Flutter. */
  src: url("assets/assets/fonts/Century-Gothic-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "LemonMilk";
  src: url("assets/assets/fonts/LEMONMILK-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
