/**
 * Generated from Quizlet — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #282d49;
  --text-dim: #282d49;
  --text-faint: #bcbfc9;
  --brand: #4257b2;
  --on-brand: #ffffff;
  --border: #e1e3ee;
  --border-strong: #c4c8d9;
  --success: #3da568;
  --warning: #f0a020;
  --danger: #e0394f;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f6f7fb;
  --color-bg-warm: #fff8f0;
  --color-surface: #ffffff;
  --color-surface-soft: #fafbfd;
  --color-surface-strong: #f0f2f9;
  --color-brand: #4257b2;
  --color-brand-hover: #374a99;
  --color-brand-pressed: #2a3a78;
  --color-brand-deep: #0a3370;
  --color-brand-tint: #e8ebf7;
  --color-brand-soft: #cdd4ed;
  --color-on-brand: #ffffff;
  --color-yellow: #ffcc00;
  --color-yellow-soft: #fff7d6;
  --color-text: #282d49;
  --color-text-strong: #0a3370;
  --color-text-muted: #5a6075;
  --color-text-soft: #8b8fa3;
  --color-text-faint: #bcbfc9;
  --color-text-on-brand: #ffffff;
  --color-link: #4257b2;
  --color-link-hover: #2a3a78;
  --color-selected-bg: #e8ebf7;
  --color-border: #e1e3ee;
  --color-border-strong: #c4c8d9;
  --color-border-soft: #eef0f5;
  --color-border-brand: #4257b2;
  --color-success: #3da568;
  --color-warning: #f0a020;
  --color-danger: #e0394f;
  --color-info: #4257b2;

  /* type */
  --display-size: 64px;
  --h1-size: 36px;
  --h2-size: 28px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.02em;

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

  /* spacing */
  --space-xs: 0px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 24px;
  --space-xl: 40px;

  /* fonts */
  --font-display: 'Hurmes Geometric', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Hurmes Geometric', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
