/**
 * Generated from Raindrop.io — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #f4f6f8;
  --surface-alt: #f4f6f8;
  --text: #000000;
  --text-dim: #000000;
  --text-faint: #c8c8d0;
  --brand: #0b7ed0;
  --on-brand: #ffffff;
  --border: #0000001a;
  --border-strong: #00000033;
  --success: #34c759;
  --warning: #ffcc00;
  --danger: #ff3b30;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #fafbfc;
  --color-bg-tinted: #f7f9fb;
  --color-surface: #f4f6f8;
  --color-surface-raised: #eef1f4;
  --color-surface-overlay: #ffffff;
  --color-text: #000000;
  --color-text-strong: #0a0a0a;
  --color-text-secondary: #333333;
  --color-text-muted: #7a7a82;
  --color-text-soft: #a8a8b0;
  --color-text-faint: #c8c8d0;
  --color-text-on-brand: #ffffff;
  --color-brand: #0b7ed0;
  --color-brand-hover: #0964a8;
  --color-brand-active: #0a548d;
  --color-brand-soft: #e6f1f9;
  --color-brand-cyan: #5ec5d8;
  --color-brand-blue-deep: #1e7bd9;
  --color-accent-mint: #cce8d4;
  --color-accent-mint-deep: #9ed4ad;
  --color-accent-pink: #ffd7d7;
  --color-accent-pink-deep: #f5b8b8;
  --color-accent-lilac: #e8d4f0;
  --color-accent-lilac-deep: #c8a8d8;
  --color-accent-teal: #b8d8d4;
  --color-accent-teal-deep: #88b8b0;
  --color-accent-yellow: #fde68a;
  --color-link: #0b7ed0;
  --color-link-hover: #0964a8;
  --color-border: #0000001a;
  --color-border-soft: #00000010;
  --color-border-strong: #00000033;
  --color-focus-ring: #0b7ed0;
  --color-selection-bg: #0b7ed0;
  --color-selection-text: #ffffff;
  --color-shadow: rgba(0,0,0,0.08);
  --color-shadow-tinted: rgba(11,126,208,0.12);
  --color-success: #34c759;
  --color-warning: #ffcc00;
  --color-danger: #ff3b30;
  --color-info: #5ac8fa;
  --color-on-brand: #ffffff;

  /* type */
  --display-size: 64px;
  --h1-size: 50px;
  --h2-size: 36px;
  --body-size: 17px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.02em;

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

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

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