/* InOut brand overlay — Tiffany turquoise #75C8C7 (brand base).
 * Light theme: the base is too pale for white button text (1.9:1), so primary is the
 * same hue deepened to #318180 (4.6:1, WCAG AA). Dark theme: the base itself, with dark
 * text on primary. Doubled selectors (:root:root / .dark.dark) out-specify the bundle's
 * :root defaults regardless of stylesheet order. Deployed to /opt/inout/brand/brand.css. */
:root:root {
  --primary: 179 45% 35%;
  --ring: 179 45% 35%;
}
.dark.dark {
  --primary: 179 43% 62%;
  --primary-foreground: 180 40% 10%;
  --ring: 179 43% 62%;
}
