/**
 * Generated from Superhuman — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #f4f1ec;
  --surface-alt: #f4f1ec;
  --text: #292827;
  --text-dim: #292827;
  --text-faint: #292827;
  --brand: #714cb6;
  --on-brand: #ffffff;
  --border: #0000001a;
  --border-strong: #0000002e;
  --success: #3a7b3a;
  --warning: #a35e0a;
  --danger: #a8362f;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #fafaf8;
  --color-surface: #f4f1ec;
  --color-surface-elev: #ebe7df;
  --color-text: #292827;
  --color-text-strong: #15140f;
  --color-text-body: #3a3935;
  --color-text-muted: #8a857d;
  --color-text-soft: #a8a39a;
  --color-text-on-hero: #ffffff;
  --color-text-on-hero-muted: #cfc7d9;
  --color-brand: #714cb6;
  --color-brand-soft: #d4c7ff;
  --color-brand-softer: #ece6ff;
  --color-brand-hover: #5b3da0;
  --color-brand-deep: #3d2467;
  --color-brand-glow: #9a7ce0;
  --color-on-brand: #ffffff;
  --color-hero-gradient-start: #3d2467;
  --color-hero-gradient-end: #1a0f33;
  --color-accent-cream: #f4ebd9;
  --color-accent-paper: #f7f4ed;
  --color-border: #0000001a;
  --color-border-soft: #00000010;
  --color-border-strong: #0000002e;
  --color-border-on-dark: #ffffff20;
  --color-shadow-card: rgba(23,22,15,0.04);
  --color-shadow-elev: rgba(23,22,15,0.08);
  --color-shadow-brand: rgba(113,76,182,0.18);
  --color-scrim: rgba(20,18,15,0.55);
  --color-success: #3a7b3a;
  --color-success-soft: #eaf3ea;
  --color-warning: #a35e0a;
  --color-warning-soft: #fbf1de;
  --color-danger: #a8362f;
  --color-danger-soft: #f7e6e4;
  --color-info: #345897;
  --color-info-soft: #e6ecf5;

  /* type */
  --display-size: 64px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.55;
  --display-tracking: -0.01em;

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

  /* spacing */
  --space-xs: 2px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 32px;
  --space-xl: 64px;

  /* fonts */
  --font-display: 'Super Sans VF', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Super Sans VF', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
