/*
 * DevCentr brand overlay for valentus-theme 2.x.
 * Layout/fonts ship in the bundle; this file only nudges accent tokens
 * and logo polish to match devcentr.app / DESIGN.md.
 *
 * Light primary: #178F80
 * Dark primary:  #2DD4BF
 * Logo accents:  #14B8A6 / #0F766E
 */

:root {
  --adt-accent: #178f80;
  --adt-accent-hover: #0f766e;
  --adt-accent-soft: rgba(23, 143, 128, 0.12);
}

html.dark-theme {
  --adt-accent: #2dd4bf;
  --adt-accent-hover: #5eead4;
  --adt-accent-soft: rgba(45, 212, 191, 0.12);
}

.adt-header-logo {
  border-radius: 0.35rem;
}
