/* Generated from Escobar OS by sync-clients.py - do not edit by hand. */
:root{
  --bg:#861412;        /* page background = client primary color */
  --panel:#000000;
  --primary:#861412;   /* 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:#b06664;   /* brand color over dark surfaces (footer links, doc headers) */
  --btn:#861412;
  --btn-hover:#71110f;
  --btn-ring:#861412;
  --btn-soft:color-mix(in srgb, #861412 7%, #fff);
  --panel-border:#cb9b9a;
  --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(255,255,255,.88);
  --legal-ink-soft:rgba(255,255,255,.68);
  --legal-link:#ffffff;
  /* 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}
