/* Generated by npm run tokens:generate. Do not edit. */
:root {
  --color-border-strong: rgba(237, 239, 242, 0.22);
  --color-border-subtle: rgba(237, 239, 242, 0.11);
  --color-brand-accent: #ff3340;
  --color-brand-deep: #b90f1d;
  --color-brand-primary: #e31e2d;
  --color-focus-ring: rgba(255, 51, 64, 0.75);
  --color-ink-800: #101114;
  --color-ink-900: #0b0b0c;
  --color-ink-950: #070708;
  --color-status-danger: #ff4d5c;
  --color-status-info: #4da3ff;
  --color-status-success: #43c987;
  --color-status-warning: #f2b84b;
  --color-surface-card: #202329;
  --color-surface-card-muted: #17191d;
  --color-surface-field: #08090a;
  --color-surface-nav: #0d0e10;
  --color-surface-paper: #f3f0e8;
  --color-surface-subtle: #111317;
  --color-text-faint: #69717d;
  --color-text-muted: #89929e;
  --color-text-on-dark: #fff;
  --color-text-on-light: #111;
  --color-text-primary: #edeff2;
  --color-text-secondary: #aeb6c0;
  --font-family-display: "Arial Narrow", "Roboto Condensed", sans-serif;
  --font-family-mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  --font-family-sans: Inter, "Segoe UI", sans-serif;
  --shadow-overlay: 0 24px 80px #0008;
}
