/* ============================================================
   THE LOCAL SQUARE — theme: Local Loop — nightlife / condensed gothic  [ref: Resident Advisor]
   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{
  --ink:#47131A;
  --ink-soft:#8C3541;
  --paper:#EDFCFF;
  --card:#FFFFFF;
  --line:#9FECFC;
  --coral:#FB6A7D;
  --coral-deep:#F9213E;
  --leaf:#DE0623;
  --sky:#FB7385;
  --purple:#DE0622;
  --gold:#05AACB;
  --radius:7px; --radius-sm:4px;
  --head:'Oswald',system-ui,sans-serif; --body:'Inter',system-ui,sans-serif; --font:'Inter',system-ui,sans-serif;
  --pv-accent:#FB6A7D; --pv-accent-dk:#FB6A7D; --pv-deep:#47131A;

  --k-accent:#FB6A7D; --k-accent-2:#47131A;
  --k-display:'Oswald',system-ui,sans-serif; --k-body:'Inter',system-ui,sans-serif;
  --k-radius:4px; --k-radius-lg:7px;
  --k-display-weight:600; --k-display-track:0em; --k-grain:.22;
}
body{font-family:var(--body) !important}
.cat,.door,.res-card,.step,.k-tile,.event,.card{border-radius:7px!important}
h1,h2,h3,.brand{font-family:'Oswald',sans-serif !important;font-weight:600 !important;text-transform:uppercase !important;letter-spacing:.01em}
.btn,button{border-radius:20px!important;text-transform:uppercase !important;letter-spacing:.08em !important;font-weight:600}
