/**
 * Generated from Our Place — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #fcfaf6;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #35312e;
  --text-dim: #35312e;
  --text-faint: #9a9189;
  --brand: #af5a3c;
  --on-brand: #ffffff;
  --border: #e4dccb;
  --border-strong: #35312e;
  --success: #5a7a4d;
  --warning: #c8861a;
  --danger: #a73b2b;

  /* full color palette */
  --color-bg: #fcfaf6;
  --color-bg-soft: #f6f1e8;
  --color-bg-deeper: #efe7d8;
  --color-surface: #ffffff;
  --color-surface-soft: #f6f1e8;
  --color-brand: #af5a3c;
  --color-brand-deep: #8f4730;
  --color-brand-soft: #d8a087;
  --color-on-brand: #ffffff;
  --color-cta-secondary-bg: #ebe5d4;
  --color-cta-secondary-text: #35312e;
  --color-text: #35312e;
  --color-text-strong: #2a2724;
  --color-text-muted: #6b645c;
  --color-text-faint: #9a9189;
  --color-text-on-image: #ffffff;
  --color-link: #af5a3c;
  --color-link-hover: #8f4730;
  --color-border: #e4dccb;
  --color-border-strong: #35312e;
  --color-border-soft: #efe7d8;
  --color-success: #5a7a4d;
  --color-warning: #c8861a;
  --color-danger: #a73b2b;
  --color-info: #5c707e;

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

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

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

  /* fonts */
  --font-display: 'Chelt', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Plaid-XS-Web', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
