/* Generated from Escobar OS by sync-clients.py - do not edit by hand. */
:root{
  --bg:#c2ab5d;        /* page background = client primary color */
  --panel:#000000;
  --primary:#c2ab5d;   /* on white surfaces (buttons, links, kicker) */
  --head:#ffffff;      /* headline over the header panel */
  --panel-ink:rgba(255,255,255,.92); /* sub line over the header panel */
  --on-dark:#e6ddbe;   /* brand color over dark surfaces (footer links, doc headers) */
  --btn:#c2ab5d;
  --btn-hover:#a4914f;
  --btn-ring:#c2ab5d;
  --btn-soft:color-mix(in srgb, #c2ab5d 7%, #fff);
  --panel-border:#6a5e33;
  --doc-bar:#000000;   /* bars of the legal pages / thank-you header */
  /* rodape sobre o fundo da pagina: tinta escolhida pelo contraste real */
  --legal-ink:rgba(0,0,0,.78);
  --legal-ink-soft:rgba(0,0,0,.58);
  --legal-link:rgba(0,0,0,.85);
  /* secondary from Escobar OS: #000000 */
}

/* light (white) logo: brand-dark thank-you header so it stays visible */
.thanks-head{background:var(--doc-bar)}
.thanks-head p{color:#fff}
