@font-face {
	font-display: swap;
	font-family: "Inter";
	font-style: normal;
	font-weight: 100 900;
	src: url("../fonts/inter/InterVariable.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Inter";
	font-style: italic;
	font-weight: 100 900;
	src: url("../fonts/inter/InterVariable-Italic.woff2") format("woff2");
}

:root {
	--tvm-font-family: "Inter", Arial, sans-serif;
}

html,
body,
button,
input,
select,
textarea {
	font-family: var(--tvm-font-family);
	font-optical-sizing: auto;
}

body[class*="elementor-kit-"] {
	--e-global-typography-primary-font-family: "Inter";
	--e-global-typography-secondary-font-family: "Inter";
	--e-global-typography-text-font-family: "Inter";
	--e-global-typography-accent-font-family: "Inter";
}
