/**
 * Generated from Warby Parker — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #121212;
  --text-dim: #121212;
  --text-faint: #8a8a8a;
  --brand: #1050d0;
  --on-brand: #ffffff;
  --border: #e2e1da;
  --border-strong: #121212;
  --success: #0f8a4f;
  --warning: #b06a00;
  --danger: #c0331f;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f7f7f5;
  --color-bg-deeper: #f0efe9;
  --color-surface: #ffffff;
  --color-surface-soft: #f7f7f5;
  --color-brand: #1050d0;
  --color-brand-hover: #0d44b0;
  --color-on-brand: #ffffff;
  --color-accent-navy: #072369;
  --color-accent-navy-hover: #05194d;
  --color-on-navy: #ffffff;
  --color-button-light: #ffffff;
  --color-on-button-light: #121212;
  --color-text: #121212;
  --color-text-strong: #072369;
  --color-text-muted: #5c5c5c;
  --color-text-faint: #8a8a8a;
  --color-text-on-brand: #ffffff;
  --color-link: #1050d0;
  --color-link-hover: #0d44b0;
  --color-selection-bg: #cfe0fb;
  --color-border: #e2e1da;
  --color-border-strong: #121212;
  --color-border-input: #bdbcb4;
  --color-success: #0f8a4f;
  --color-warning: #b06a00;
  --color-danger: #c0331f;
  --color-info: #1050d0;

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

  /* shape */
  --radius-button: 8px;
  --radius-card: 12px;
  --radius-pill: 100px;

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

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