/**
 * Generated from Biome — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #353841;
  --text-dim: #353841;
  --text-faint: #9ca3af;
  --brand: #0065da;
  --on-brand: #ffffff;
  --border: #e4e7ec;
  --border-strong: #d0d5dd;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f7f8fa;
  --color-bg-strong: #eef0f3;
  --color-surface: #ffffff;
  --color-surface-soft: #fbfcfd;
  --color-text: #353841;
  --color-text-strong: #17181c;
  --color-text-muted: #6b7280;
  --color-text-faint: #9ca3af;
  --color-brand: #0065da;
  --color-brand-strong: #0052b3;
  --color-brand-soft: #e6f0fc;
  --color-brand-faint: #f2f7fe;
  --color-accent: #0065da;
  --color-accent-soft: #e6f0fc;
  --color-link: #0065da;
  --color-link-hover: #0052b3;
  --color-selected: #e6f0fc;
  --color-disabled-bg: #eef0f3;
  --color-disabled-text: #9ca3af;
  --color-border: #e4e7ec;
  --color-border-strong: #d0d5dd;
  --color-border-subtle: #f0f1f4;
  --color-divider: #e4e7ec;
  --color-inverse-bg: #17181c;
  --color-inverse-text: #e4e7ec;
  --color-inverse-text-muted: #9ca3af;
  --color-shadow-ambient: rgba(16, 24, 40, 0.04);
  --color-shadow-standard: rgba(16, 24, 40, 0.08);
  --color-shadow-brand: rgba(0, 101, 218, 0.18);
  --color-success-bg: #ecfdf3;
  --color-success-text: #027a48;
  --color-success-border: #abefc6;
  --color-warning-bg: #fffaeb;
  --color-warning-text: #b54708;
  --color-warning-border: #fedf89;
  --color-danger-bg: #fef3f2;
  --color-danger-text: #b42318;
  --color-danger-border: #fecdca;
  --color-info-bg: #e6f0fc;
  --color-info-text: #0052b3;
  --color-info-border: #b3d4f5;
  --color-on-brand: #ffffff;
  --color-on-inverse: #e4e7ec;

  /* type */
  --display-size: 80px;
  --h1-size: 64px;
  --h2-size: 40px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.6;
  --display-tracking: -0.03em;

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

  /* spacing */
  --space-xs: 0px;
  --space-sm: 4px;
  --space-md: 12px;
  --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;
}
