/* Parla Padel — shared brand tokens. Consumed by the landing + identity sheet.
   --accent, --font-label, --grad-angle, --space-scale are overridden at runtime by Tweaks. */
:root{
  /* Gece Ormanı palette (locked) */
  --navy:#14224d;
  --petrol:#114a40;
  --orman:#176b47;
  --lime:#c2d92b;
  --lime-bright:#d3e84a;
  --paper:#f6f7f1;
  --ink:#1c2b50;

  /* tweakable accent (default = lime). --accent-ink = text/icon that sits on the accent */
  --accent:#c2d92b;
  --accent-ink:#14224d;

  /* signature gradient */
  --grad-angle:155deg;
  --gece:linear-gradient(160deg, #14224d 0%, #16315a 38%, #145140 72%, #176b47 100%);

  /* type */
  --font-display:'Space Grotesk', system-ui, sans-serif;
  --font-label:'Oxanium', system-ui, sans-serif;

  /* spacing rhythm (density tweak scales this) */
  --space-scale:1;

  --court-surf:color-mix(in srgb, var(--accent) 6%, transparent);
}

/* mark helpers — hydrated SVGs inherit these */
.pp-wm,.pp-mono,.pp-court,.pp-ballmark{display:block;width:100%;height:auto}
.pp-ball-fill{fill:var(--accent)}
.pp-court-surf{fill:var(--court-surf)}
.pp-traj{stroke:var(--accent)}
