/* ==========================================================
   THEME: Editorial - change these to rebrand.
   (Swap the Google Fonts link in the page <head> if you change fonts.)
   ========================================================== */
:root{
  --brand:#D23F14;       /* tomato: buttons, logo, accents */
  --brand-d:#B3330D;     /* pressed/hover */
  --accent:#2D5A27;      /* basil: closing band, open-now */
  --bg:#FFF8F0;          /* mozzarella: page background */
  --panel:#F3E9DA;       /* crust: soft panels */
  --ink:#1A1208;         /* text */
  --muted:#7A6B59;       /* secondary text */
  --line:#E6D9C6;        /* dividers */
  --display:"Cormorant Garamond", Georgia, serif;
  --body:"DM Sans", system-ui, -apple-system, sans-serif;
  --radius:2px;          /* photo corners */
  --btn-radius:999px;    /* buttons: 999px = pill, 0 = square */
  --pad:22px;
}
