@font-face {
	font-family: 'infraRoman';
	src: url('../fonts/Infra/Immortel - Infra G2 Roman-205TF.otf');
	font-style: normal;
	font-weight: normal
}

@font-face {
	font-family: 'infraMedian';
	src: url('../fonts/Infra/Immortel - Infra G2 Median-205TF.otf');
	font-style: normal;
	font-weight: normal
}


@font-face {
	font-family: 'infraItalic';
	src: url('../fonts/Infra/Immortel - Infra G2 Italic-205TF.otf');
	font-style: normal;
	font-weight: normal
}


@font-face {
	font-family: 'GillLight';
	src: url('../fonts/postGill/postGill-Cali-light.otf');
	font-style: normal;
	font-weight: normal
}

@font-face {
	font-family: 'GillReg';
	src: url('../fonts/postGill/postGill-regular.otf');
	font-style: normal;
	font-weight: normal
}

@font-face {
	font-family: 'GillCaliLight';
	src: url('../fonts/postGill/postGill-Cali-light.otf');
	font-style: normal;
	font-weight: normal
}

@font-face {
	font-family: 'GillCaliReg';
	src: url('../fonts/postGill/gillSans-cali-regular.otf');
	font-style: normal;
	font-weight: normal
}

@font-face {
	font-family: 'GillBubble';
	src: url('../fonts/postGill/postGill-bold.otf');
	font-style: normal;
	font-weight: normal
}

@font-face {
	font-family: 'GillRegularMono';
	src: url('../fonts/postGill/postGill-regular-monowidth.otf');
	font-style: normal;
	font-weight: normal
}

@font-face {
	font-family: 'xmono';
	src: url('../fonts/gill-mono');
	font-style: normal;
	font-weight: normal
}


:root{
	--font-size-XS: 0.75em;
	--font-size-S: 1em;
	--font-size-M: 1.25em;
	--font-size-L: 1.5em;
	--font-size-XL: 2em;
	--font-size-XXL: 4em;

	--margin:1.25em;

	--background-color-0:white;
	--background-color-1:whiteSmoke;
	--background-color-2:gainsboro;
	--background-color-3:silver;


	--color-theme-1:red;
}

