<link rel="stylesheet" type="text/css" href="style.css">

h1 {
	color: #0B3358;
	font-size: 24px;
	font-family: Inter;
	font-weight: Semi-bold;
	font-kerning: -2%;
}

h2 {
	color: #0B3358;
	font-size: 24px;
	font-family: Inter;
	font-weight: Semi-bold;
	font-kerning: -2%;
}
}

h3 {
	color: #0B3358;
	font-size: 24px;
	font-family: Inter;
	font-weight: Semi-bold;
	font-kerning: -2%;
	font-variant: false;
}

body {
	color: #0B3358;
	font-size: 12px;
	font-family: Inter;
	font-weight: Medium;
	font-kerning: -2%;
}

#navbar { 
    font-size: 10px;
	font-family: Inter;
	font-weight: Medium;
	font-kerning: -2%; 
}