@font-face {
    font-family: "Lato-fallback";
    size-adjust: 97.37%;
    ascent-override: 94%;
    src: local("Arial");
}

@font-face {
  font-family: Lato;
  font-weight: 300 800;
  font-display: swap;
  src: url('../fonts/lato-variable.woff2') format(woff2) tech(variations);
}

@supports not font-tech(variations) {
  @font-face {
    font-family: Lato;
    font-weight: 300 800;
    font-display: swap;
    src: url('../fonts/lato-variable.woff2') format('woff2 supports variations'),
      url('../fonts/lato-variable.woff2') format("woff2-variations");
  }
}