:root {
}

html, body {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 14px;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.fs-080 { font-size: 0.80rem; }
.fs-090 { font-size: 0.90rem; }
.fs-125 { font-size: 1.25rem; }
.fs-135 { font-size: 1.35rem; }
.fs-140 { font-size: 1.40rem; }
.fs-150 { font-size: 1.50rem; }
.fs-200 { font-size: 2.00rem; }

.fw-900 { font-weight: 900; }
.fw-700 { font-weight: 700; }
.fw-500 { font-weight: 500; }
.fw-300 { font-weight: 300; }

.icon { font-size: 1.50rem; }

.ff-inter {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
}
.ff-jakarta {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-optical-sizing: auto;
}