/**
 * Generated from MongoDB — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #f9fbfa;
  --surface-alt: #f9fbfa;
  --text: #001e2b;
  --text-dim: #001e2b;
  --text-faint: #001e2b;
  --brand: #00ed64;
  --on-brand: #001e2b;
  --border: #e1e5e8;
  --border-strong: #c1ccd6;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-dark: #001e2b;
  --color-bg-surface: #f9fbfa;
  --color-bg-soft: #f4f7f6;
  --color-bg-feature: #e3fcef;
  --color-surface: #f9fbfa;
  --color-text: #001e2b;
  --color-text-charcoal: #1c2d38;
  --color-text-slate: #3d4f5b;
  --color-text-steel: #5c6c7a;
  --color-text-stone: #7c8c9a;
  --color-text-muted: #a8b3bc;
  --color-text-deep-on-brand: #001e2b;
  --color-brand: #00ed64;
  --color-brand-deep: #00b545;
  --color-brand-pressed: #008c34;
  --color-brand-dark: #00684a;
  --color-brand-mid: #00a35c;
  --color-brand-soft: #c3f0d2;
  --color-on-brand: #001e2b;
  --color-on-dark: #ffffff;
  --color-on-dark-muted: #a8b3bc;
  --color-brand-teal-deep: #001e2b;
  --color-brand-teal: #003d4f;
  --color-brand-teal-mid: #00684a;
  --color-accent-purple: #7b3ff2;
  --color-accent-orange: #fa6e39;
  --color-accent-pink: #f06bb8;
  --color-accent-blue: #3d4f9f;
  --color-link: #016bf8;
  --color-link-hover: #0046a8;
  --color-border: #e1e5e8;
  --color-border-soft: #eceff1;
  --color-border-strong: #c1ccd6;
  --color-border-dark: #1c2d38;
  --color-semantic-success: #00b545;
  --color-semantic-warning-bg: #fff8e0;
  --color-semantic-warning-text: #946f3f;
  --color-semantic-error: #db3030;
  --color-semantic-info: #016bf8;

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

  /* 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: 'Euclid Circular A', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Euclid Circular A', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Source Code Pro', ui-monospace, monospace;
}
