
:root {
	/* number variables */
	--width: 1512px;

	/* responsive margins / paddings */
	--margin-sm: 16px;
	--margin-md: 32px;
}

html {
	height: 100%;
	font-size: 16px;
}



/* text utility classes */

.subtitle {
	font-size: 20px;
	font-family: 'Epilogue';
	font-style: normal;
	font-weight: 600;
	line-height: 1.5;
}

.body-text {
	color: #fff;
	font-size: 17px;
	font-family: 'Epilogue';
	font-style: normal;
	font-weight: 400;
	line-height: 1.588;
}
