/**
 * Generated from Cloudinary — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #0d152e;
  --text-dim: #0d152e;
  --text-faint: #8c91a8;
  --brand: #3448c5;
  --on-brand: #ffffff;
  --border: #dbe0eb;
  --border-strong: #a8b0c4;
  --success: #3fc998;
  --warning: #f5b324;
  --danger: #ff5e58;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f5f7fb;
  --color-bg-elev: #ffffff;
  --color-bg-strong: #e9ecf3;
  --color-bg-dark: #0d152e;
  --color-bg-dark-elev: #162042;
  --color-surface: #f5f7fb;
  --color-text: #0d152e;
  --color-text-body: #2c3354;
  --color-text-muted: #5a6080;
  --color-text-faint: #8c91a8;
  --color-brand: #3448c5;
  --color-brand-hover: #2b3da8;
  --color-brand-active: #23328e;
  --color-brand-soft: #e1e5f7;
  --color-brand-deep: #1a266b;
  --color-on-brand: #ffffff;
  --color-on-dark: #ffffff;
  --color-link: #3448c5;
  --color-link-hover: #2b3da8;
  --color-accent-coral: #ff5e58;
  --color-accent-coral-soft: #fde0de;
  --color-accent-amber: #f5b324;
  --color-accent-amber-soft: #fdedc6;
  --color-accent-mint: #3fc998;
  --color-accent-mint-soft: #d6f3e7;
  --color-border: #dbe0eb;
  --color-border-strong: #a8b0c4;
  --color-border-soft: #e9ecf3;
  --color-shadow-tint: rgba(13, 21, 46, 0.06);
  --color-shadow-deep: rgba(13, 21, 46, 0.18);
  --color-code-bg: #0d152e;
  --color-code-text: #d9e0f5;
  --color-code-keyword: #7eb6ff;
  --color-code-string: #ffb074;
  --color-code-comment: #8c91a8;
  --color-info: #3448c5;
  --color-success: #3fc998;
  --color-warning: #f5b324;
  --color-danger: #ff5e58;
  --color-selection: rgba(52, 72, 197, 0.18);
  --color-ring: rgba(52, 72, 197, 0.45);

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

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

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

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