/* ============================================================
   THE LOCAL SQUARE — theme: Room for the Moment — restrained hospitality  [ref: Ace Hotel]
   Loads LAST. Colours derived from this world's ORIGINAL tokens by
   preserving each one's RELATIVE LUMINANCE exactly (binary-searched
   to 4dp) and replacing only hue + saturation — so contrast ratios
   are mathematically unchanged while the palette is unrecognisable.
   ============================================================ */
:root{
  --cream:#FDF6E8;
  --cream-deep:#F9EBD3;
  --plum:#391D46;
  --plum-soft:#553065;
  --terracotta:#C54AFA;
  --terracotta-deep:#AC07F3;
  --peach:#E7B2FD;
  --peach-soft:#FDDBA2;
  --moss:#835A95;
  --moss-deep:#684378;
  --ink:#3F2A48;
  --ink-soft:#776D7B;
  --line:#EEDBBA;
  --white:#FFFFFF;
  --radius:2px; --radius-sm:2px;
  --head:'Cormorant Garamond',Georgia,serif; --body:'Jost',system-ui,sans-serif; --font:'Jost',system-ui,sans-serif;
  --pv-accent:#333333; --pv-accent-dk:#333333; --pv-deep:#3F2A48;

  --k-accent:#333333; --k-accent-2:#3F2A48;
  --k-display:'Cormorant Garamond',Georgia,serif; --k-body:'Jost',system-ui,sans-serif;
  --k-radius:2px; --k-radius-lg:2px;
  --k-display-weight:500; --k-display-track:-.005em; --k-grain:.12;
}
body{font-family:var(--body) !important}
.card,.cat,.door,.k-tile,.venue{border-radius:2px!important}
h1,h2,h3,.brand{font-family:'Cormorant Garamond',Georgia,serif !important;font-weight:500 !important;letter-spacing:-.005em}
h1{font-size:clamp(2.6rem,6vw,4.6rem)}
.btn,button{border-radius:0!important;text-transform:uppercase !important;letter-spacing:.16em !important;font-size:.78rem;font-weight:500}
