/**
 * Generated from Udio — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #000000;
  --surface: #0a0a0a;
  --surface-alt: #0a0a0a;
  --text: #f9f9f9;
  --text-dim: #f9f9f9;
  --text-faint: #737373;
  --brand: #e30b5d;
  --on-brand: #ffffff;
  --border: rgba(255, 255, 255, 0.10);
  --border-strong: rgba(255, 255, 255, 0.18);
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #000000;
  --color-bg-alt: #08080a;
  --color-surface: #0a0a0a;
  --color-surface-soft: rgba(255, 255, 255, 0.05);
  --color-surface-strong: rgba(255, 255, 255, 0.08);
  --color-text: #f9f9f9;
  --color-text-strong: #ffffff;
  --color-text-muted: #c2c2c2;
  --color-text-soft: #8a8a8a;
  --color-text-faint: #737373;
  --color-brand: #e30b5d;
  --color-brand-deep: #c2094f;
  --color-brand-soft: rgba(227, 11, 93, 0.15);
  --color-on-brand: #ffffff;
  --color-link: #f9f9f9;
  --color-link-hover: #e30b5d;
  --color-selected-bg: rgba(227, 11, 93, 0.15);
  --color-disabled: #737373;
  --color-border: rgba(255, 255, 255, 0.10);
  --color-border-strong: rgba(255, 255, 255, 0.18);
  --color-border-subtle: rgba(255, 255, 255, 0.05);
  --color-border-pink: rgba(227, 11, 93, 0.40);
  --color-success-bg: rgba(34, 197, 94, 0.12);
  --color-success-text: #86efac;
  --color-warning-bg: rgba(245, 166, 35, 0.12);
  --color-warning-text: #fcd34d;
  --color-danger-bg: rgba(239, 68, 68, 0.12);
  --color-danger-text: #fca5a5;
  --color-info-bg: rgba(255, 255, 255, 0.08);
  --color-info-text: #c2c2c2;

  /* type */
  --display-size: 80px;
  --h1-size: 60px;
  --h2-size: 40px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.03em;

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

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

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