/**
 * Generated from Glean — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #f5f5f7;
  --surface-alt: #f5f5f7;
  --text: #333333;
  --text-dim: #333333;
  --text-faint: #9a9aa2;
  --brand: #343ced;
  --on-brand: #ffffff;
  --border: #e6e6ea;
  --border-strong: #d2d2d8;
  --success: #058a5e;
  --warning: #9a6b00;
  --danger: #b42318;

  /* full color palette */
  --color-bg: #ffffff;
  --color-surface: #f5f5f7;
  --color-surface-soft: #fafafa;
  --color-text: #333333;
  --color-text-heading: #0a0227;
  --color-text-muted: #6b6b73;
  --color-text-faint: #9a9aa2;
  --color-brand: #343ced;
  --color-brand-sampled: #343bed;
  --color-brand-hover: #2a31cc;
  --color-brand-soft: #ebecff;
  --color-brand-deep: #29246a;
  --color-on-brand: #ffffff;
  --color-border: #e6e6ea;
  --color-border-strong: #d2d2d8;
  --color-success: #058a5e;
  --color-success-bg: #e6f5ee;
  --color-warning: #9a6b00;
  --color-warning-bg: #fbf2dc;
  --color-danger: #b42318;
  --color-danger-bg: #fdeceb;
  --color-info: #343ced;
  --color-info-bg: #ebecff;

  /* type */
  --display-size: 72px;
  --h1-size: 56px;
  --h2-size: 40px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.02em;

  /* shape */
  --radius-button: 8px;
  --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: 'PolySans Neutral', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'PolySans Neutral', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
