/**
 * Generated from Skillshare — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #0b1215;
  --text-dim: #0b1215;
  --text-faint: #0b1215;
  --brand: #55da9b;
  --on-brand: #0b1215;
  --border: #dcdfe1;
  --border-strong: #394649;
  --success: #147a50;
  --warning: #8a5a00;
  --danger: #b42318;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-inverse: #0b1215;
  --color-surface: #ffffff;
  --color-surface-muted: #f2f3f4;
  --color-surface-strong: #232424;
  --color-text: #0b1215;
  --color-text-soft: #394649;
  --color-text-muted: #767676;
  --color-text-inverse: #ffffff;
  --color-brand: #55da9b;
  --color-brand-deep: #147a50;
  --color-on-brand: #0b1215;
  --color-campaign: #6927ef;
  --color-campaign-deep: #5620c1;
  --color-sky: #24c2f2;
  --color-border: #dcdfe1;
  --color-border-strong: #394649;
  --color-scrim: rgba(0,0,0,0.70);
  --color-focus: #5620c1;
  --color-success: #147a50;
  --color-warning: #8a5a00;
  --color-danger: #b42318;

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

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

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

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