/*Text*/
html, body { font-family: 'Figtree'; font-size: 16px; font-weight: 400; color: var(--body-text); }
h1, .h1 { font-size: 40px; font-weight: 800; color: var(--dark); }
h2, .h2 { font-size: 32px; font-weight: 800; color: var(--dark); }
h3, .h3 { font-size: 28px; font-weight: 800; color: var(--dark); }
h4, .h4 { font-size: 24px; font-weight: 800; color: var(--dark); }
h5, .h5 { font-size: 20px; font-weight: 800; color: var(--dark); }
h6, .h6 { font-size: 16px; font-weight: 800; color: var(--dark); }

/*Mobile Text*/
@media only screen and (max-width: 991px) {
	html, body { font-size: 16px; font-weight: 400; }
	h1, .h1 { font-size: 48px; font-weight: 600; color: var(--dark); }
	h2, .h2 { font-size: 32px; font-weight: 600; color: var(--dark); }
	h3, .h3 { font-size: 28px; font-weight: 600; color: var(--dark); }
	h4, .h4 { font-size: 24px; font-weight: 600; color: var(--dark); }
	h5, .h5 { font-size: 20px; font-weight: 600; color: var(--dark); }
	h6, .h6 { font-size: 18px; font-weight: 600; color: var(--dark); }
}