/* ------------------------------------------------------------------
   venueOS editions. GENERATED by _build/build.py from site.json.
   Do not edit by hand.

   An edition is three custom properties. That is the whole of the
   difference between one venue's site and another's, and it is why
   the switcher on the homepage is an honest demonstration rather
   than a trick: it sets exactly these.
   ------------------------------------------------------------------ */
/* venueOS Curl — Curling clubs */
[data-edition="curl"] {
  --accent: #3b82f6;
  --accent-soft: #85b2f9;
  --accent-ink: #081222;
  --accent-deep: #2f68c5;
}
/* venueOS Crag — Climbing gyms */
[data-edition="crag"] {
  --accent: #e4572e;
  --accent-soft: #ee977d;
  --accent-ink: #200c06;
  --accent-deep: #b64625;
}
/* venueOS Hall — Legions &amp; social clubs */
[data-edition="hall"] {
  --accent: #c8102e;
  --accent-soft: #dd6b7d;
  --accent-ink: #ffffff;
  --accent-deep: #c8102e;
}
/* venueOS Court — Racquet clubs */
[data-edition="court"] {
  --accent: #e2725b;
  --accent-soft: #eda899;
  --accent-ink: #20100d;
  --accent-deep: #a75443;
}
/* venueOS Rink — Rinks &amp; skating clubs */
[data-edition="rink"] {
  --accent: #22d3ee;
  --accent-soft: #76e4f4;
  --accent-ink: #051e21;
  --accent-deep: #137685;
}
/* venueOS Links — Golf &amp; country clubs */
[data-edition="links"] {
  --accent: #7cb342;
  --accent-soft: #aed08a;
  --accent-ink: #111909;
  --accent-deep: #52762c;
}
/* venueOS Dock — Yacht, sailing &amp; rowing clubs */
[data-edition="dock"] {
  --accent: #14b8a6;
  --accent-soft: #6dd3c8;
  --accent-ink: #031a17;
  --accent-deep: #0d796e;
}
/* venueOS Bench — Makerspaces &amp; tool libraries */
[data-edition="bench"] {
  --accent: #f59e0b;
  --accent-soft: #f9c368;
  --accent-ink: #221602;
  --accent-deep: #935f07;
}
/* venueOS Mat — Studios &amp; martial arts */
[data-edition="mat"] {
  --accent: #a855f7;
  --accent-soft: #c996fa;
  --accent-ink: #180c23;
  --accent-deep: #8d47cf;
}
/* venueOS Range — Shooting &amp; archery clubs */
[data-edition="range"] {
  --accent: #94a3b8;
  --accent-soft: #bdc6d3;
  --accent-ink: #15171a;
  --accent-deep: #626c79;
}
/* venueOS Lane — Swim clubs &amp; aquatics */
[data-edition="lane"] {
  --accent: #06b6d4;
  --accent-soft: #65d2e4;
  --accent-ink: #01191e;
  --accent-deep: #047488;
}
/* venueOS Commons — Community &amp; municipal recreation */
[data-edition="commons"] {
  --accent: #8b95a6;
  --accent-soft: #b7bdc8;
  --accent-ink: #131517;
  --accent-deep: #646b78;
}
