/*
  Fontes próprias da marca Evolucional. Só woff2 é servido — suportado por todo navegador
  relevante desde 2020 — o que corta ~70% do peso do pacote original de fontes do tema
  (que também trazia eot/svg/ttf/woff).
*/
@font-face {
  font-family: "evo-light";
  src: url("/fonts/Evo-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "evo-regular";
  src: url("/fonts/Evo-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "evo-semibold";
  src: url("/fonts/Evo-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "evo-bold";
  src: url("/fonts/Evo-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "evo-black";
  src: url("/fonts/Evo-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
