/**
 * Generated from Things — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #f2f5f7;
  --surface: #e8ecef;
  --surface-alt: #e8ecef;
  --text: #303336;
  --text-dim: #303336;
  --text-faint: #26344a40;
  --brand: #5c9cf5;
  --on-brand: #ffffff;
  --border: #26344a1a;
  --border-strong: #26344a2e;
  --success: #34a853;
  --warning: #f59e0b;
  --danger: #dc3545;

  /* full color palette */
  --color-bg: #f2f5f7;
  --color-bg-soft: #ffffff;
  --color-surface: #e8ecef;
  --color-surface-elev: #dde2e6;
  --color-surface-card: #ffffff;
  --color-text: #303336;
  --color-text-strong: #0a1320;
  --color-text-body: #3f454d;
  --color-text-muted: #26344a80;
  --color-text-soft: #000f24a3;
  --color-text-faint: #26344a40;
  --color-brand: #5c9cf5;
  --color-brand-hover: #4385e0;
  --color-brand-soft: #dceaff;
  --color-brand-softer: #eaf2ff;
  --color-brand-deep: #2c6dbf;
  --color-on-brand: #ffffff;
  --color-cta-bg: #1a1a1f;
  --color-cta-text: #ffffff;
  --color-border: #26344a1a;
  --color-border-soft: #26344a10;
  --color-border-strong: #26344a2e;
  --color-shadow-icon: rgba(20,30,50,0.08);
  --color-shadow-card: rgba(20,30,50,0.04);
  --color-shadow-elev: rgba(20,30,50,0.10);
  --color-scrim: rgba(10,19,32,0.50);
  --color-success: #34a853;
  --color-success-soft: #e6f4ea;
  --color-warning: #f59e0b;
  --color-warning-soft: #fff8e1;
  --color-danger: #dc3545;
  --color-danger-soft: #fde7ea;
  --color-info: #5c9cf5;
  --color-info-soft: #dceaff;

  /* type */
  --display-size: 56px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 17px;
  --label-size: 12px;
  --body-line-height: 1.6;
  --display-tracking: -0.015em;

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

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

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