/* Links */
a,
a:focus,
a:hover {
}

li:hover {
  text-decoration: underline;
}

@font-face {
  font-family: "Reenie Beanie";
  src: url("font/ReenieBeanie-Regular.ttf")
}

html,
body {
  font-family: heebo, Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5 {
  font-family: poppins, Helvetica, Arial, sans-serif;
  font-style: normal;
}

