@font-face {
	font-family: 'LTRemark';
	src: url('../fonts/LTRemark-Regular.otf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {

	/* Font */
	--textFont: 'Montserrat', sans-serif;
	--titleFont: 'LTRemark', sans-serif;

	/* Weight */
	--textWeight: 400;
	--titleWeight: 400;
	
    --bigTitleSpacing: 0;
    --bigTextSpacing: 0;
}
