/**
 * Generated from Captions — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #eef4f6;
  --surface-alt: #eef4f6;
  --text: #1d1f20;
  --text-dim: #1d1f20;
  --text-faint: #9fa5a7;
  --brand: #6c4df7;
  --on-brand: #ffffff;
  --border: #dfe5e7;
  --border-strong: #d0d6d7;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-cool: #f5f9fa;
  --color-surface: #eef4f6;
  --color-surface-100: #e8eff2;
  --color-surface-150: #dfe5e7;
  --color-text: #1d1f20;
  --color-text-h1: #2a2c2d;
  --color-text-strong: #141515;
  --color-text-muted: #595e5e;
  --color-text-soft: #7e8486;
  --color-text-faint: #9fa5a7;
  --color-text-disabled: #bec3c6;
  --color-brand: #6c4df7;
  --color-brand-purple: #ab88fb;
  --color-brand-dark: #160f31;
  --color-on-brand: #ffffff;
  --color-accent-sea: #00d0ff;
  --color-accent-sky: #a6ecff;
  --color-accent-air: #effbff;
  --color-accent-sunset: #f99f3f;
  --color-accent-peach: #ffca9f;
  --color-accent-cloud: #ffcfcf;
  --color-accent-barbie-pink: #ff1476;
  --color-accent-pink: #ff9bb2;
  --color-accent-meadow: #5bf6bb;
  --color-accent-green: #46e7b4;
  --color-accent-lime: #aaff4e;
  --color-accent-yellow: #fcff41;
  --color-accent-mustard: #ffdd33;
  --color-link: #6c4df7;
  --color-link-hover: #160f31;
  --color-cta-chrome-bg: #eef4f6;
  --color-cta-tile-bg: #f5f9fa;
  --color-border: #dfe5e7;
  --color-border-strong: #d0d6d7;
  --color-border-subtle: #e8eff2;
  --color-border-brand: rgba(108, 77, 247, 0.32);
  --color-success-bg: #ebfdf2;
  --color-success-text: #0e663b;
  --color-info-bg: #eff7ff;
  --color-info-text: #00b7e4;
  --color-warning-bg: #fffcef;
  --color-warning-text: #e07300;
  --color-danger-bg: #fff0f0;
  --color-danger-text: #d00000;

  /* type */
  --display-size: 80px;
  --h1-size: 48px;
  --h2-size: 32px;
  --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: 'Exposure', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'DenimINK', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
