

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

:root {
	/* Width */
	--titleMaxWidth: 100%;
	--textMaxWidth: 70ch;

	/* Font */
	--textFont: 'CenturyGothic', sans-serif;
	--titleFont: 'CenturyGothic', sans-serif;
	--titleFontWide: 'Factor-wide', sans-serif;

	/* Weight */
	--textWeight: 400;
	--titleWeight: 400;
	
}

:is(.titleS, .titleM, .titleXS, .titleXXS, .titleXXXS, .titleXXXXS) :is(h1,h2,h3,p){
    letter-spacing: var(--bigTextSpacing);
}