/**
 * Generated from Penpot — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #000000;
  --text-dim: #000000;
  --text-faint: #000000;
  --brand: #31efb8;
  --on-brand: #151035;
  --border: #d9d9d9;
  --border-strong: #dddddd;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f5f8fb;
  --color-surface: #ffffff;
  --color-surface-soft: #f8f8f8;
  --color-surface-dark: #151035;
  --color-text: #000000;
  --color-text-indigo: #151035;
  --color-text-muted: #888888;
  --color-text-on-dark: #fafafa;
  --color-text-on-dark-pure: #ffffff;
  --color-brand: #31efb8;
  --color-brand-hover: #2bd9a6;
  --color-on-brand: #151035;
  --color-accent-cyan: #14ceca;
  --color-on-accent: #151035;
  --color-inverse-bg: #151035;
  --color-inverse-text: #fafafa;
  --color-link: #151035;
  --color-link-hover: #14ceca;
  --color-border: #d9d9d9;
  --color-border-soft: #f0f0f0;
  --color-border-strong: #dddddd;
  --color-semantic-success: #52c41a;
  --color-semantic-warning: #faad14;
  --color-semantic-error: #ff4d4f;
  --color-semantic-info: #1677ff;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.02em;

  /* 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: 'Work Sans', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Work Sans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
