/**
 * Generated from Pinterest — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #000000;
  --text-dim: #000000;
  --text-faint: #91918c;
  --brand: #e60023;
  --on-brand: #ffffff;
  --border: #e5e5e0;
  --border-strong: #c8c8c1;
  --success: #097239;
  --warning: #b24700;
  --danger: #b60c0c;

  /* full color palette */
  --color-bg: #ffffff;
  --color-surface: #ffffff;
  --color-surface-elevated: #fbfbf9;
  --color-surface-wash: #f6f6f3;
  --color-text: #000000;
  --color-text-subtle: #62625b;
  --color-text-faint: #91918c;
  --color-text-muted: #62625b;
  --color-brand: #e60023;
  --color-brand-hover: #cc001f;
  --color-brand-pressed: #b2001b;
  --color-on-brand: #ffffff;
  --color-border: #e5e5e0;
  --color-border-soft: #f6f6f3;
  --color-border-strong: #c8c8c1;
  --color-success: #097239;
  --color-success-bg: #e3f7ec;
  --color-warning: #b24700;
  --color-warning-bg: #ffede0;
  --color-danger: #b60c0c;
  --color-danger-bg: #ffebeb;
  --color-info: #62625b;
  --color-info-bg: #f6f6f3;

  /* type */
  --display-size: 72px;
  --h1-size: 36px;
  --h2-size: 28px;
  --body-size: 16px;
  --label-size: 12px;
  --body-line-height: 1.5;
  --display-tracking: -0.5px;

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

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

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