/**
 * Generated from Cartesia — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #f5f5f5;
  --surface-alt: #f5f5f5;
  --text: #0a0a0a;
  --text-dim: #0a0a0a;
  --text-faint: #a3a3a3;
  --brand: #2563eb;
  --on-brand: #ffffff;
  --border: #e5e5e5;
  --border-strong: #d4d4d4;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #fafafa;
  --color-surface: #f5f5f5;
  --color-surface-strong: #e5e5e5;
  --color-surface-hover: #f0f0f0;
  --color-text: #0a0a0a;
  --color-text-strong: #000000;
  --color-text-medium: #262626;
  --color-text-muted: #525252;
  --color-text-soft: #737373;
  --color-text-faint: #a3a3a3;
  --color-on-brand: #ffffff;
  --color-on-cta: #ffffff;
  --color-brand: #2563eb;
  --color-brand-hover: #1d4fd7;
  --color-brand-deep: #1e40af;
  --color-brand-soft: #dbeafe;
  --color-brand-faint: #eff6ff;
  --color-accent: #0a0a0a;
  --color-link: #2563eb;
  --color-link-hover: #1d4fd7;
  --color-selected-bg: #eff6ff;
  --color-disabled-bg: #f5f5f5;
  --color-disabled-text: #a3a3a3;
  --color-border: #e5e5e5;
  --color-border-strong: #d4d4d4;
  --color-border-soft: #f0f0f0;
  --color-border-focus: #2563eb;
  --color-success-bg: #dcfce7;
  --color-success-text: #15803d;
  --color-warning-bg: #fef3c7;
  --color-warning-text: #a16207;
  --color-danger-bg: #fee2e2;
  --color-danger-text: #b91c1c;
  --color-info-bg: #dbeafe;
  --color-info-text: #1e40af;
  --color-shadow-rgb: 0, 0, 0;
  --color-shadow-blue: 37, 99, 235;

  /* type */
  --display-size: 96px;
  --h1-size: 72px;
  --h2-size: 48px;
  --body-size: 15px;
  --label-size: 13px;
  --body-line-height: 1.5;
  --display-tracking: -0.035em;

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

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

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