/* ViaMoravia Brand Manual 2025. Sources and usage: docs/BRAND.md. */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/brand/montserrat-variable.ttf") format("truetype");
}

:root {
  --brand-blue: #005efe;
  --brand-royal: #0f2473;
  --brand-lime: #37e813;
  --brand-grey: #b1b1b1;
  --brand-black: #000000;
  --brand-white: #ffffff;
  --brand-font: "Montserrat", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --brand-focus: rgba(0, 94, 254, 0.16);
}

.vmBrandLogo {
  display: block;
  width: 176px;
  height: auto;
  aspect-ratio: 6737 / 2917;
  flex: 0 0 auto;
  object-fit: contain;
}
