/* Design tokens — single source of truth for the Hoosier Vacations palette.
   Linked by index.html (before styles.css) and by every property detail page
   (before its inline <style>). Do NOT redeclare :root palette vars elsewhere —
   add/change them here so the home page and all property pages stay in sync. */
:root {
  --ink: #182322;
  --muted: #60706d;
  --paper: #fbfcf8;
  --mist: #eef4f1;
  --limestone: #e3e0d6;
  --stone: #f4f6f2;
  --forest: #134f46;
  --forest-2: #0d3832;
  --lake: #2f6f83;
  --gold: #dba949;
  --gold-text: #7d5f10;
  --rust: #a94f2b;
  --white: #ffffff;
  --shadow: 0 18px 48px rgba(15, 38, 35, 0.15);
  --radius: 8px;
}
