/* Thyranya — antique gold and ember.
   coloring.css maps these three variables onto ~200 theme selectors (buttons,
   header, menu hovers, accordions, pricing ribbons), so the whole Playhost theme
   re-skins from here without touching markup. */
:root {
  --primary-color: #c9a227;
  --primary-color-rgb: 201, 162, 39;
  --secondary-color: #e0b44f;
  --secondary-color-rgb: 224, 180, 79;
  --tertiary-color: #b4552d;
  --tertiary-color-rgb: rgba(180, 85, 45, 1.0);
}
