/**
 * Generated from Caraway — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #fcfcf9;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #1f3438;
  --text-dim: #1f3438;
  --text-faint: #8a999b;
  --brand: #1f3438;
  --on-brand: #ffffff;
  --border: #e4e2da;
  --border-strong: #1f3438;
  --success: #3a7a52;
  --warning: #c8861a;
  --danger: #b04a3a;

  /* full color palette */
  --color-bg: #fcfcf9;
  --color-bg-soft: #f7f7f4;
  --color-bg-deeper: #f0efe9;
  --color-hero-plate: #1f3438;
  --color-surface: #ffffff;
  --color-surface-soft: #f7f7f4;
  --color-brand: #1f3438;
  --color-brand-soft: #33524f;
  --color-on-brand: #ffffff;
  --color-colorway-cream: #f3ead9;
  --color-colorway-sage: #b9c4ad;
  --color-colorway-navy: #2b3a52;
  --color-colorway-terracotta: #c97b58;
  --color-colorway-marigold: #e9b949;
  --color-cta-bg: #1f3438;
  --color-cta-text: #ffffff;
  --color-cta-bg-hover: #33524f;
  --color-on-cta-hover: #ffffff;
  --color-cta-secondary-bg: #f7f7f4;
  --color-cta-secondary-text: #1f3438;
  --color-text: #1f3438;
  --color-text-strong: #16282b;
  --color-text-muted: #5b6f72;
  --color-text-faint: #8a999b;
  --color-text-on-brand: #ffffff;
  --color-link: #1f3438;
  --color-link-hover: #33524f;
  --color-border: #e4e2da;
  --color-border-strong: #1f3438;
  --color-border-soft: #efeee7;
  --color-success: #3a7a52;
  --color-warning: #c8861a;
  --color-danger: #b04a3a;
  --color-info: #33524f;

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

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

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

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