@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;700&display=swap');

h1,
h2,
h3{
	font-family: "IBM Plex Sans", Arial, sans-serif;
	margin-bottom: 0.2em;
}
h1{
	font-size: 35px;
	font-weight: 500;
}
h2{
	font-size: 26px;
	font-weight: 500;
}
h3{
	font-size: 20px;
	font-weight: 400;
}
