/**
 * Generated from Netlify — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #e8e6f0;
  --surface-alt: #e8e6f0;
  --text: #181a1c;
  --text-dim: #181a1c;
  --text-faint: #9a9ab0;
  --brand: #32e6e2;
  --on-brand: #181a1c;
  --border: #cfd9de;
  --border-strong: #aab6bd;
  --success: #1aa179;
  --warning: #d98b00;
  --danger: #e5484d;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-hero: #181a1c;
  --color-bg-ink: #0a0a0c;
  --color-surface: #e8e6f0;
  --color-surface-accent: #c6bfd9;
  --color-text: #181a1c;
  --color-text-strong: #000000;
  --color-text-secondary: #45455f;
  --color-text-tertiary: #757575;
  --color-text-faint: #9a9ab0;
  --color-text-on-hero: #e6ecf2;
  --color-text-on-hero-soft: #cfd9de;
  --color-brand: #32e6e2;
  --color-brand-deep: #014847;
  --color-brand-hover: #23d4d0;
  --color-brand-soft: rgba(50, 230, 226, 0.12);
  --color-on-brand: #181a1c;
  --color-link: #5653ed;
  --color-link-hover: #403fc9;
  --color-link-soft: rgba(86, 83, 237, 0.10);
  --color-border: #cfd9de;
  --color-border-soft: #e3e9ec;
  --color-border-strong: #aab6bd;
  --color-shadow-ambient: rgba(24, 26, 28, 0.04);
  --color-shadow-card: rgba(24, 26, 28, 0.06);
  --color-shadow-elev: rgba(24, 26, 28, 0.10);
  --color-shadow-deep: rgba(24, 26, 28, 0.16);
  --color-scrim: rgba(10, 10, 12, 0.50);
  --color-gradient-teal: linear-gradient(135deg, #32e6e2 0%, #5653ed 100%);
  --color-success: #1aa179;
  --color-success-soft: rgba(26, 161, 121, 0.12);
  --color-warning: #d98b00;
  --color-warning-soft: rgba(217, 139, 0, 0.12);
  --color-danger: #e5484d;
  --color-danger-soft: rgba(229, 72, 77, 0.12);
  --color-info: #5653ed;
  --color-info-soft: rgba(86, 83, 237, 0.10);

  /* type */
  --display-size: 80px;
  --h1-size: 64px;
  --h2-size: 48px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.03em;

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

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

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