:root {
  --color-bg: #0a0b0c;
  --color-bg-elevated: #17191d;
  --color-surface: #f5f4f1;
  --color-surface-alt: #fafafa;
  --color-text: #0a0b0c;
  --color-text-muted: #54524c;
  --color-text-subtle: #5a5852;
  --color-text-faint: #8a877f;
  --color-text-label: #a4a199;
  --color-border: #d6d4ce;
  --color-border-light: #e2e0da;
  --color-white: #ffffff;
  --color-error: #a8241a;
  --color-error-bg: rgba(178, 44, 32, 0.08);
  --color-error-border: rgba(178, 44, 32, 0.35);
  --color-warning: #e0a45a;

  --font-display: 'Anton', Arial, Helvetica, sans-serif;
  --font-body: 'Inter', Arial, Helvetica, sans-serif;
  --font-brand: 'Barlow', Arial, Helvetica, sans-serif;

  --radius-sm: 6px;
  --radius-md: 7px;
  --radius-lg: 12px;
  --radius-xl: 14px;

  --max-width: 1200px;
  --transition: 160ms ease;
}
