/**
 * Generated from Kit — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #f9f7f4;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #1e1e1e;
  --text-dim: #1e1e1e;
  --text-faint: #00000066;
  --brand: #44b1ff;
  --on-brand: #1e1e1e;
  --border: #0000000f;
  --border-strong: #00000019;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #f9f7f4;
  --color-bg-alt: #f2efe9;
  --color-bg-tertiary: #ebe6dd;
  --color-surface: #ffffff;
  --color-surface-elev: #fffdf9;
  --color-text: #1e1e1e;
  --color-text-strong: #0f0f0f;
  --color-text-medium: #000000cc;
  --color-text-soft: #00000099;
  --color-text-faint: #00000066;
  --color-text-muted: #0000004d;
  --color-brand: #44b1ff;
  --color-brand-soft: #44b1ffd9;
  --color-brand-deep: #2c8fd6;
  --color-brand-tint: #bce1fa;
  --color-on-brand: #1e1e1e;
  --color-accent-sky: #bce1fa;
  --color-accent-sky-deep: #a2d1f1;
  --color-accent-peach: #ffd0ad;
  --color-accent-mint: #b9e9c5;
  --color-accent-lilac: #e7c9f1;
  --color-accent-gold: #f2ba41;
  --color-accent-gold-soft: #fce8b8;
  --color-accent-rose: #f7c4cd;
  --color-link: #44b1ff;
  --color-link-hover: #2c8fd6;
  --color-selected-bg: #f2efe9;
  --color-disabled: #0000004d;
  --color-border: #0000000f;
  --color-border-strong: #00000019;
  --color-border-subtle: #00000008;
  --color-border-brand: rgba(68, 177, 255, 0.30);
  --color-success-bg: #b9e9c5;
  --color-success-text: #1f4d2c;
  --color-warning-bg: #fce8b8;
  --color-warning-text: #7a5a00;
  --color-danger-bg: #f7c4cd;
  --color-danger-text: #a8113a;
  --color-info-bg: #bce1fa;
  --color-info-text: #1a3a7a;

  /* type */
  --display-size: 96px;
  --h1-size: 64px;
  --h2-size: 48px;
  --body-size: 18px;
  --label-size: 12px;
  --body-line-height: 1.5;
  --display-tracking: -0.01em;

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

  /* spacing */
  --space-xs: 1px;
  --space-sm: 2px;
  --space-md: 6px;
  --space-lg: 16px;
  --space-xl: 24px;

  /* fonts */
  --font-display: 'KitSansFont', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Libre Franklin', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
  --font-serif:   'Libre Caslon Text', Georgia, serif;
}
