/**
 * Generated from Patagonia — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #f6efe1;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #1c1c1c;
  --text-dim: #1c1c1c;
  --text-faint: #bcbcbc;
  --brand: #cd0000;
  --on-brand: #ffffff;
  --border: #d8d0bc;
  --border-strong: #bcb09a;
  --success: #3d4a2e;
  --warning: #cb9c45;
  --danger: #a80000;

  /* full color palette */
  --color-bg: #f6efe1;
  --color-bg-soft: #fdf9ed;
  --color-bg-deeper: #ebe3d0;
  --color-bg-warm: #f9f3e3;
  --color-surface: #ffffff;
  --color-surface-soft: #fbf8ed;
  --color-surface-deeper: #ede5d0;
  --color-brand: #cd0000;
  --color-brand-hover: #a80000;
  --color-brand-pressed: #820000;
  --color-brand-deep: #5a0000;
  --color-brand-tint: #fde0e0;
  --color-on-brand: #ffffff;
  --color-forest: #3d4a2e;
  --color-forest-deep: #293421;
  --color-forest-soft: #dde3d4;
  --color-text: #1c1c1c;
  --color-text-strong: #000000;
  --color-text-muted: #5a5a5a;
  --color-text-soft: #8a8a8a;
  --color-text-faint: #bcbcbc;
  --color-text-on-brand: #ffffff;
  --color-link: #cd0000;
  --color-link-hover: #820000;
  --color-selected-bg: #fde0e0;
  --color-border: #d8d0bc;
  --color-border-strong: #bcb09a;
  --color-border-soft: #e8e0c8;
  --color-border-brand: #cd0000;
  --color-amber: #cb9c45;
  --color-success: #3d4a2e;
  --color-warning: #cb9c45;
  --color-danger: #a80000;
  --color-info: #3d4a2e;

  /* type */
  --display-size: 80px;
  --h1-size: 36px;
  --h2-size: 28px;
  --body-size: 16px;
  --label-size: 12px;
  --body-line-height: 1.65;
  --display-tracking: -0.02em;

  /* shape */
  --radius-button: 4px;
  --radius-card: 14px;
  --radius-pill: 9999px;

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

  /* fonts */
  --font-display: 'Futura PT', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Futura PT', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
  --font-serif:   'Patagonia Serif', Georgia, serif;
}
