/* ============================================================
   Trippee — design tokens (single source of truth for brand)
   Carried over verbatim from the reference mockup palette.
   ============================================================ */
:root {
  --pine-900: #0B3226; /* deepest pine   */
  --pine-700: #12523C; /* primary pine   */
  --pine-500: #1C7A57; /* bright pine    */
  --mint-300: #8FE0B8; /* fresh accent   */
  --mint-100: #DCF3E6; /* wash           */
  --sand:     #F4F2EA; /* app background */
  --card:     #FFFFFF;
  --ink:      #14231C;
  --muted:    #6C7B72;
  --line:     #E7E4D8;
  --gold:     #E5A83B; /* rating stars   */
  --radius:   20px;
  --shadow:   0 10px 30px rgba(11, 50, 38, .10);
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
