@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&family=Tenor+Sans&display=swap');
body{
	font-family: "Onest";
}

h1,h2,h3,h4,h5,h6{
	font-family: Tenor Sans;
}