/**
 * Generated from Oura — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #000000;
  --surface: #0d0d0d;
  --surface-alt: #0d0d0d;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #666666;
  --brand: #d6c283;
  --on-brand: #000000;
  --border: #262626;
  --border-strong: #3a3a3a;
  --success: #84d97e;
  --warning: #d9b67e;
  --danger: #d97e84;

  /* full color palette */
  --color-bg: #000000;
  --color-bg-elev: #0d0d0d;
  --color-bg-elev-strong: #1a1a1a;
  --color-bg-light: #ffffff;
  --color-bg-cream: #f5f0e6;
  --color-surface: #0d0d0d;
  --color-surface-soft: #1a1a1a;
  --color-surface-strong: #262626;
  --color-brand: #d6c283;
  --color-brand-hover: #c4ae6a;
  --color-brand-active: #a8924f;
  --color-brand-pale: #ede4cb;
  --color-brand-deep: #7d6a3d;
  --color-brand-soft: #1a1612;
  --color-ring-titanium: #8a8a8a;
  --color-ring-rose-gold: #c4847a;
  --color-ring-stealth: #3a3a3a;
  --color-text: #ffffff;
  --color-text-strong: #ffffff;
  --color-text-muted: #b5b5b5;
  --color-text-soft: #8a8a8a;
  --color-text-faint: #666666;
  --color-text-on-brand: #000000;
  --color-text-on-light: #000000;
  --color-link: #ffffff;
  --color-link-hover: #d6c283;
  --color-border: #262626;
  --color-border-soft: #1a1a1a;
  --color-border-strong: #3a3a3a;
  --color-border-input: #4d4d4d;
  --color-score-readiness: #84d97e;
  --color-score-sleep: #7eb8d9;
  --color-score-activity: #d9b67e;
  --color-score-stress: #d97e84;
  --color-score-resilience: #9c7ed9;
  --color-scrim: rgba(0,0,0,0.8);
  --color-shadow-card: rgba(0,0,0,0.5);
  --color-shadow-elev: rgba(0,0,0,0.7);
  --color-success: #84d97e;
  --color-warning: #d9b67e;
  --color-danger: #d97e84;
  --color-info: #7eb8d9;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.6;
  --display-tracking: -0.025em;

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

  /* spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 32px;
  --space-xl: 48px;

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