/**
 * Generated from Patreon — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #1a1a1a;
  --text-dim: #1a1a1a;
  --text-faint: #bcbcbc;
  --brand: #ff424d;
  --on-brand: #ffffff;
  --border: #e0e0e0;
  --border-strong: #bcbcbc;
  --success: #3d8b62;
  --warning: #cb9c45;
  --danger: #a02028;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #fafaf6;
  --color-bg-warm: #fff8f3;
  --color-surface: #ffffff;
  --color-surface-soft: #fafbfd;
  --color-surface-warm: #fef0eb;
  --color-brand: #ff424d;
  --color-brand-hover: #e63540;
  --color-brand-pressed: #cc2a35;
  --color-brand-deep: #a02028;
  --color-brand-tint: #ffe0e3;
  --color-brand-soft: #ffb8bf;
  --color-on-brand: #ffffff;
  --color-text: #1a1a1a;
  --color-text-strong: #000000;
  --color-text-muted: #5a5a5a;
  --color-text-soft: #8a8a8a;
  --color-text-faint: #bcbcbc;
  --color-text-on-brand: #ffffff;
  --color-link: #ff424d;
  --color-link-hover: #cc2a35;
  --color-selected-bg: #ffe0e3;
  --color-border: #e0e0e0;
  --color-border-strong: #bcbcbc;
  --color-border-soft: #eeeeee;
  --color-border-brand: #ff424d;
  --color-amber: #cb9c45;
  --color-forest: #3d8b62;
  --color-cream: #fff5e8;
  --color-success: #3d8b62;
  --color-warning: #cb9c45;
  --color-danger: #a02028;
  --color-info: #ff424d;

  /* type */
  --display-size: 80px;
  --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: 'Söhne', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Söhne', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
