@font-face {
  font-family: "Lato";
  src: url("/assets/Lato-Thin-BBFgnKgu.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("/assets/Lato-Thin-BBFgnKgu.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("/assets/Lato-Light-hJCcuSzX.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("/assets/Lato-LightItalic-DInKUxwu.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("/assets/Lato-Regular-BwLIet1C.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("/assets/Lato-Bold-B5iD31kO.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("/assets/Lato-BoldItalic-CT6m3OwA.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("/assets/OpenSans-VariableFont_wdth_wght-BZBpG5Iz.ttf") format("truetype");
}

html {
  overscroll-behavior: none;
  scrollbar-width: none;
}

body {
  margin: 0;
  overscroll-behavior: none;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-variant: "Regular";
  letter-spacing: 1.5px;
}
