/**
 * Generated from Redis — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #091a23;
  --surface: #152b36;
  --surface-alt: #152b36;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #ffffff;
  --brand: #ff4438;
  --on-brand: #091a23;
  --border: #38505a;
  --border-strong: #38505a;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #091a23;
  --color-surface: #152b36;
  --color-text: #ffffff;
  --color-brand: #ff4438;
  --color-on-brand: #091a23;
  --color-border: #38505a;
  --color-text-soft: #b7c8cf;
  --color-accent-lime: #c5f74f;
  --color-surface-rose: #351d22;
  --color-link: #ffffff;
  --color-light-surface: #f4f1ea;

  /* type */
  --display-size: 100px;
  --h1-size: 56px;
  --h2-size: 44px;
  --body-size: 16px;
  --label-size: 14px;
  --body-line-height: 1.5;
  --display-tracking: -0.01em;

  /* shape */
  --radius-button: 8px;
  --radius-card: 16px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 0px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 32px;
  --space-xl: 64px;

  /* fonts */
  --font-display: 'Tungsten', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Space Grotesk', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
