* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "Alata";
  src: url("Alata.ttf");
}

@font-face {
  font-family: "Wild";
  src: url("Wild.otf");
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Wild" !important;
  font-weight: lighter !important;
  text-transform: uppercase !important;
}

p,
a {
  font-family: "Alata" !important;
}

h1 {
  font-weight: 800;
}

html {
  scroll-behavior: smooth;
}

body::-webkit-scrollbar {
  display: none;
}
