@font-face {
  font-family: "icomoon";
  src: url("/assets/fonts/icomoon/icomoon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
  ascent-override: 100%;
}

/* Webfont: Lato-Black */
@font-face {
  font-family: 'Lato';
  src: url("/assets/fonts/lato/Lato-Black.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  ascent-override: 100%;
}

/* Webfont: Lato-Bold */
@font-face {
  font-family: 'Lato';
  src: url("/assets/fonts/lato/Lato-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  ascent-override: 100%;
}

/* Webfont: Lato-Regular */
@font-face {
  font-family: 'Lato';
  src: url("/assets/fonts/lato/Lato-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  ascent-override: 100%;
}
