@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("../fonts/inter-latin.woff2") format("woff2");
}
@font-face {
	font-family: "Plus Jakarta Sans";
	font-style: normal;
	font-weight: 700 800;
	font-display: swap;
	src: url("../fonts/plus-jakarta-sans-latin.woff2") format("woff2");
}
body { font-size: 1rem; line-height: 1.6; }
h1, h2, h3, h4, h5, h6 { font-family: var(--sf-font-heading); font-weight: 700; line-height: 1.15; }
h1 { font-size: var(--sf-type-page-title); }
h2 { font-size: var(--sf-type-section); }
h3 { font-size: var(--sf-type-component-title); }
h4, h5, h6 { font-size: 1rem; }
