/* ExportVia brand tokens v1.0 */
:root {
  --ev-navy: #062350;
  --ev-teal: #0DA5AD;
  --ev-aqua: #19B5B9;
  --ev-slate: #5C6E8D;
  --ev-gray: #9AA3B0;
  --ev-light-gray: #D2DFE3;
  --ev-white: #FFFFFF;
  --ev-logo-gradient: linear-gradient(135deg,#062350 0%,#0A3A73 55%,#0DA5AD 100%);
  --ev-accent-gradient: linear-gradient(90deg,#0DA5AD 0%,#19B5B9 100%);
  --ev-font-ui: Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}
.ev-brand-logo{display:block;width:auto;max-width:100%;height:40px}
@media(min-width:768px){.ev-brand-logo{height:48px}}
