/*
  Sofía Silva theme. Built from her Pinterest board "Pagina Web"
  (Elevated Earthy / Biophilic palettes, olive-over-cream wellness layouts).

  Wider range than `boutique`, which leaned sepia + gold and flattened the
  sage/terracotta picks. Deep olive carries headings and CTAs, clay provides
  the warm accent, sand gives alternating sections something to sit on.

  Keeps the 8px radius already chosen for this site.
*/
:root {
  --color-background: #F7F4ED;        /* cream / ivory */
  --color-foreground: #2E2A22;        /* warm near-black brown */
  --color-primary: #4A5340;           /* deep olive */
  --color-primary-hover: #3A4132;     /* forest */
  --color-primary-foreground: #F7F4ED;
  --color-accent: #B1603F;            /* clay / terracotta */
  --color-muted: #E8E3D4;             /* warm sand */
  --color-muted-foreground: #6A6353;  /* stone */
  --color-border: #D8D0BC;            /* dry grass */

  --font-body: "Jost", "Public Sans", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Cormorant Garamond", "Instrument Serif", Georgia, "Times New Roman", serif;

  --radius-sm: 8px;
  --radius-md: 8px;
  --radius-lg: 8px;
}
