@import url("https://use.typekit.net/qnl4pen.css");

@font-face {
  font-family: Kavoon;
  src: url(https://www.yays.io/fonts/Kavoon-Regular.ttf);
}

html, body {
    height: 100%;
    margin: 0px;
	font-family: "june-expt-variable", sans-serif;
	font-variation-settings: "STYL" 2;
    background: none;
}

p {
    font-family: "new-hero", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}

.navbar {
    border-bottom: 10px solid #6918bc;
}

#footer {
    padding-top: 15px;
}

a, a:visited {
    color: #000000;
}

a:hover {
    color: #484848;
}