/*
* === THEME COLORS ===
*/
:root {
	--primary-theme: #1B998B;
	--secondary-theme: #656176;
	--primary-accent: #E94F37;
	--secondary-accent: #6DA34D;
	--primary-cta: #E94F37;
	--secondary-cta: #6DA34D;
	--dark-background: #393E41;
	--light-background: #F6F7EB;
	--dark-text: #393E41;
	--light-text: #F6F7EB;

}
/*
* === VAR MAPS ===
*/
body {
	font-size: var(--step-0);
	line-height: 1.5;
}
h1 {
	font-size: var(--step-6);
	line-height: 1.5;
}
h2 {
	font-size: var(--step-5);
	line-height: 1.5;
}
h3 {
	font-size: var(--step-4);
	line-height: 1.5;
}
h4 {
	font-size: var(--step-3);
	line-height: 1.5;
}
h5 {
	font-size: var(--step-2);
	line-height: 1.5;
}
h6 {
	font-size: var(--step-1);
	line-height: 1.5;
}
