/* ============================================================
   THE LOCAL SQUARE — theme: Real Food Nation — market stall / hand-set  [ref: Oatly + charity:water]
   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{
  --green:#335E16;
  --green-2:#437B1E;
  --leaf:#69A242;
  --clay:#C86005;
  --gold:#FA933A;
  --cream:#FFF5EC;
  --sand:#FCE5D2;
  --ink:#203413;
  --slate:#62695D;
  --line:#EFD8C4;
  --white:#FFFFFF;
  --radius:3px; --radius-sm:2px;
  --head:'Gloock',Georgia,serif; --body:'Karla',system-ui,sans-serif; --font:'Karla',system-ui,sans-serif;
  --pv-accent:#335E16; --pv-accent-dk:#335E16; --pv-deep:#203413;

  --k-accent:#335E16; --k-accent-2:#203413;
  --k-display:'Gloock',Georgia,serif; --k-body:'Karla',system-ui,sans-serif;
  --k-radius:2px; --k-radius-lg:3px;
  --k-display-weight:400; --k-display-track:-.015em; --k-grain:.26;
}
body{font-family:var(--body) !important}
.card,.cat,.door,.panel,.k-tile{border-radius:3px!important;border:2px solid var(--ink)}
.card:hover,.cat:hover,.door:hover{transform:translate(-2px,-2px);box-shadow:5px 5px 0 var(--green,currentColor)}
h1,h2,h3,.brandmark{font-family:'Gloock',Georgia,serif !important;font-weight:400 !important;letter-spacing:-.015em}
.btn,button{border-radius:2px!important;border:2px solid var(--ink)!important;font-weight:700}
