@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

@font-face {
	font-family: 'SabonLTStdItalic';
	src: url('../fonts/sabon/SabonLTStd-Italic.eot');
	src: url('../fonts/sabon/SabonLTStd-Italic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/sabon/SabonLTStd-Italic.woff2') format('woff2'),
		url('../fonts/sabon/SabonLTStd-Italic.woff') format('woff'),
		url('../fonts/sabon/SabonLTStd-Italic.ttf') format('truetype'),
		url('../fonts/sabon/SabonLTStd-Italic.svg#SabonLTStd-Italic') format('svg');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'SabonLTStdBold';
	src: url('../fonts/sabon/SabonLTStd-Bold.eot');
	src: url('../fonts/sabon/SabonLTStd-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/sabon/SabonLTStd-Bold.woff2') format('woff2'),
		url('../fonts/sabon/SabonLTStd-Bold.woff') format('woff'),
		url('../fonts/sabon/SabonLTStd-Bold.ttf') format('truetype'),
		url('../fonts/sabon/SabonLTStd-Bold.svg#SabonLTStd-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'SabonLTStdRoman';
	src: url('../fonts/sabon/SabonLTStd-Roman.eot');
	src: url('../fonts/sabon/SabonLTStd-Roman.eot?#iefix') format('embedded-opentype'),
		url('../fonts/sabon/SabonLTStd-Roman.woff2') format('woff2'),
		url('../fonts/sabon/SabonLTStd-Roman.woff') format('woff'),
		url('../fonts/sabon/SabonLTStd-Roman.ttf') format('truetype'),
		url('../fonts/sabon/SabonLTStd-Roman.svg#SabonLTStd-Roman') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'SabonLTStdBoldItalic';
	src: url('../fonts/sabon/SabonLTStd-BoldItalic.eot');
	src: url('../fonts/sabon/SabonLTStd-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/sabon/SabonLTStd-BoldItalic.woff2') format('woff2'),
		url('../fonts/sabon/SabonLTStd-BoldItalic.woff') format('woff'),
		url('../fonts/sabon/SabonLTStd-BoldItalic.ttf') format('truetype'),
		url('../fonts/sabon/SabonLTStd-BoldItalic.svg#SabonLTStd-BoldItalic') format('svg');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

* {
	margin: 0;
	padding: 0;

	user-select: none;
	user-drag: none;
}

html, body {
	width: 100%;
	height: 100%;
}

#loader {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 10;
}

#interface {

}

#content {

}