/*
 * themes/pyt.css — Pong Yaeng Trail
 *
 * Brand guide: "Our oldest race uses an entirely purple color palette.
 * PYT Purple and Orchid are both inspired by the Blue Vanda, a special
 * flower that blooms plentifully in and around the Pong Yaeng region."
 */

:root {
  --color-primary:        #7350B9;   /* PYT Purple — Blue Vanda */
  --color-primary-ink:    #ffffff;
  --color-accent:         #7350B9;   /* Same as primary — PYT palette is monochromatic */
  --color-accent-ink:     #ffffff;

  /* Orchid replaces the default grey surface on PYT — the whole site stays
     inside the purple family, zebra-striping white with a soft orchid tint
     instead of plain grey. Matches brand guide: "entirely purple". */
  --color-surface:        #F3EDF7;   /* Orchid tint — softer than #D7C6E6 for large surfaces */
  --color-surface-accent: #D7C6E6;   /* Orchid full saturation — available for smaller pulls */
  --color-border:         #E2D4EE;   /* Tint-matched border so lines don't look grey on purple */
}
