@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 300 600;
	font-display: swap;
	src: url("/fonts/poppins-v24-latin-regular.woff2") format("woff2");
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("/fonts/poppins-v24-latin-700.woff2") format("woff2");
}

html,
body {
	font-family: "Poppins", sans-serif !important;
}

button,
input,
optgroup,
select,
textarea {
	font-family: "Poppins", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
li,
a,
label,
small,
strong,
em,
div {
	font-family: inherit;
}
