/* Generated from Escobar OS by sync-clients.py - do not edit by hand. */
:root{
  --bg:#0E213B;        /* page background = client primary color */
  --panel:#000000;     /* header panel do card = preto */
  --primary:#0E213B;   /* 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:#C0862F;   /* brand color over dark surfaces (footer links, doc headers) */
  --btn:#0E213B;
  --btn-hover:#0b1c32;
  --btn-ring:#0E213B;
  --btn-soft:color-mix(in srgb, #0E213B 7%, #fff);
  --panel-border:#C0862F;
  --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:#C0862F;
  /* secondary from Escobar OS: #C0862F */
}

/* mixed logo reads on the black bars: no white chip, slightly larger */
.card__logo{height:72px}
.doc-head img,.thanks-head img{height:64px}
