@font-face {
  font-family: "Geist Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../fonts/geist-latin-wght-normal.woff2") format("woff2-variations");
}

@font-face {
  font-family: "JetBrains Mono Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 800;
  src: url("../fonts/jetbrains-mono-latin-wght-normal.woff2") format("woff2-variations");
}

@font-face {
  font-family: "JetBrains Mono Variable";
  font-style: italic;
  font-display: swap;
  font-weight: 100 800;
  src: url("../fonts/jetbrains-mono-latin-wght-italic.woff2") format("woff2-variations");
}

:root {
  --font-sans: "Geist Variable", "Segoe UI", system-ui, -apple-system, sans-serif;
  --font-mono: "JetBrains Mono Variable", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --radius: 8px;
  --radius-pill: 999px;
  --shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
  --danger: #f7768e;
  --warn: #ff9e64;
  --ok: #9ece6a;
}

/* Default + named themes. Swap by setting html[data-theme]. */

:root,
html[data-theme="osaka-jade"] {
  --bg-deep: #0c1512;
  --bg: #111c18;
  --surface: #1a2a22;
  --surface-2: #23372b;
  --border-subtle: #23372b;
  --border: #53685b;
  --text: #f7e8b2;
  --text-secondary: #c1c497;
  --text-muted: #969978;
  --brand: #509475;
  --brand-soft: #5094751f;
  --brand-ink: #0c0e10;
  --accent: #7fbbb3;
  --ok: #509475;
  --selection: #32473b;
  color-scheme: dark;
}

html[data-theme="tokyo-night"] {
  --bg-deep: #13141c;
  --bg: #1a1b26;
  --surface: #1f2230;
  --surface-2: #24283b;
  --border-subtle: #24283b;
  --border: #414868;
  --text: #c0caf5;
  --text-secondary: #a9b1d6;
  --text-muted: #8b93b8;
  --brand: #9ece6a;
  --brand-soft: #9ece6a1f;
  --brand-ink: #0c0e10;
  --accent: #7aa2f7;
  --ok: #9ece6a;
  --selection: #292e42;
  color-scheme: dark;
}

html[data-theme="solitude"] {
  --bg-deep: #0c0e10;
  --bg: #101315;
  --surface: #181c1f;
  --surface-2: #1e2428;
  --border-subtle: #1e2428;
  --border: #4b4e55;
  --text: #cacccc;
  --text-secondary: #a5aeb4;
  --text-muted: #8a8d90;
  --brand: #9aa3a8;
  --brand-soft: #7981861f;
  --brand-ink: #0c0e10;
  --accent: #7aa2f7;
  --ok: #9ece6a;
  --selection: #343d41;
  color-scheme: dark;
}

html[data-theme="catppuccin-latte"] {
  --bg-deep: #dce0e8;
  --bg: #eff1f5;
  --surface: #e6e9ef;
  --surface-2: #ccd0da;
  --border-subtle: #ccd0da;
  --border: #acb0be;
  --text: #4c4f69;
  --text-secondary: #5c5f77;
  --text-muted: #6c6f85;
  --brand: #1e66f5;
  --brand-soft: #1e66f51f;
  --brand-ink: #eff1f5;
  --accent: #179299;
  --ok: #40a02b;
  --danger: #d20f39;
  --warn: #df8e1d;
  --selection: #bcc0cc;
  --shadow: 0 8px 24px rgba(76, 79, 105, 0.12);
  color-scheme: light;
}
