@font-face {
  font-family: "Luci";
  src: url("./fonts/luci.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Luci is ONLY for glyph tiles. */
  --luci-font-family: "Luci", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;

  /* English text should NEVER fall back to Luci. */
  --english-font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif;

  /* UI font for pixel vibe (but still normal letters). */
  --ui-font-family: "PixelUI", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
