/**
 * Generated from Affinity — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #0f1015;
  --surface: #211d1d;
  --surface-alt: #211d1d;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: rgba(255,255,255,0.50);
  --brand: #a7f175;
  --on-brand: #0e1318;
  --border: #5c5c5c;
  --border-strong: #5c5c5c;
  --success: #a7f175;
  --warning: #f5c451;
  --danger: #ff7474;

  /* full color palette */
  --color-bg: #0f1015;
  --color-bg-deep: #000000;
  --color-surface: #211d1d;
  --color-surface-light: #ffffff;
  --color-surface-translucent: rgba(255,255,255,0.90);
  --color-text: #ffffff;
  --color-text-dark: #0e1318;
  --color-text-muted: #c4c4c4;
  --color-text-faint: rgba(255,255,255,0.50);
  --color-brand: #a7f175;
  --color-brand-deep: #78c84e;
  --color-on-brand: #0e1318;
  --color-enterprise: #e0dcd6;
  --color-violet: #9e9eff;
  --color-border: #5c5c5c;
  --color-border-light: rgba(255,255,255,0.50);
  --color-scrim: rgba(15,16,21,0.70);
  --color-focus: #a7f175;
  --color-success: #a7f175;
  --color-warning: #f5c451;
  --color-danger: #ff7474;

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

  /* shape */
  --radius-button: 10px;
  --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: 'Affinity Serif Variable', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Canva Sans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
