/*
Theme Name: GPExtreme
Description: theme for site. 2022.
*/


@import url("css/main.css");
@import url("css/styleL.css") screen and (max-width: 800px);
@import url("css/styleXL.css") screen and (min-width: 801px);
/*@import url("css/styleS.css") screen and (max-width: 640px);*/

@font-face {
	font-family: 'Pilat Wide';
	src: url('fonts/PilatWide900.otf'), url('fonts/PilatWide900.ttf');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Pilat Condensed';
	src: url(fonts/PilatCondensed-Bold.ttf);
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Suisse';
	src: url(fonts/SuisseIntl-Regular.otf);
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Suisse';
	src: url(fonts/SuisseIntl-RegularItalic.otf);
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'Suisse';
	src: url(fonts/SuisseIntl-Light.otf);
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Suisse';
	src: url(fonts/SuisseIntl-Bold.otf);
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Suisse';
	src: url(fonts/SuisseIntl-BoldItalic.otf);
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Suisse Mono';
	src: url(fonts/SuisseIntlMono-Regular.otf);
	font-weight: 400;
	font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');