/* Web Font Styles for WebShell 4.01+36.02 - GDH 26-Feb-22 */

/* Format of font-face command
@font-face {
	font-family: 'MyWebFont';
	font-weight: normal | bold | 100...700;
    font-style: normal | italic;
	src: url('../fonts/webfont.eot'); /* IE9 Compat Modes *
	src: local('MyWebFont'), /* Local Font if present *
	src: url('../fonts/webfont.woff2') format('woff2'), /* Super Modern Browsers *
		 url('../fonts/webfont.woff') format('woff'), /* Pretty Modern Browsers *
		 url('../fonts/webfont.ttf')  format('truetype'), /* Safari, Android, iOS *
		 url('../fonts/webfont.eot?#iefix') format('embedded-opentype'), /* IE6-8 *
		 url('../fonts/webfont.svg#svgFontName') format('svg'); /* Legacy iOS *
}
*/

/* Fjalla One */
@font-face {
	font-family: 'Fjalla One';
	src: url('../fonts/FjallaOne/FjallaOneRegular.eot');
	src: local('Fjalla One'),
		 url('../fonts/FjallaOne/FjallaOneRegular.woff') format('woff'),
		 url('../fonts/FjallaOne/FjallaOneRegular.ttf')  format('truetype'),
		 url('../fonts/FjallaOne/FjallaOneRegular.eot?#iefix') format('embedded-opentype');
}

/* Amatic SC */
@font-face {
	font-family: 'Amatic SC';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/AmaticSC/AmaticSCRegular.eot');
	src: local('Amatic SC'),
		 url('../fonts/AmaticSC/AmaticSCRegular.woff') format('woff'),
		 url('../fonts/AmaticSC/AmaticSCRegular.ttf')  format('truetype'),
		 url('../fonts/AmaticSC/AmaticSCRegular.eot?#iefix') format('embedded-opentype');
}

@font-face {
	font-family: 'Amatic SC';
	font-weight: bold;
	font-style: normal;
	src: url('../fonts/AmaticSC/AmaticSCBold.eot');
	src: local('Amatic SC'),
		 url('../fonts/AmaticSC/AmaticSCBold.woff') format('woff'),
		 url('../fonts/AmaticSC/AmaticSCBold.ttf')  format('truetype'),
		 url('../fonts/AmaticSC/AmaticSCBold.eot?#iefix') format('embedded-opentype');
}

/* Open Sans */
@font-face {
	font-family: 'Open Sans';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/OpenSans/OpenSansRegular.eot');
	src: local('Open Sans'),
		 url('../fonts/OpenSans/OpenSansRegular.woff') format('woff'),
		 url('../fonts/OpenSans/OpenSansRegular.ttf')  format('truetype'),
		 url('../fonts/OpenSans/OpenSansRegular.eot?#iefix') format('embedded-opentype');
}

@font-face {
	font-family: 'Open Sans';
	font-weight: bold;
	font-style: normal;
	src: url('../fonts/OpenSans/OpenSansBold.eot');
	src: local('Open Sans'),
		 url('../fonts/OpenSans/OpenSansBold.woff') format('woff'),
		 url('../fonts/OpenSans/OpenSansBold.ttf')  format('truetype'),
		 url('../fonts/OpenSans/OpenSansBold.eot?#iefix') format('embedded-opentype');
}

@font-face {
	font-family: 'Open Sans';
	font-weight: normal;
	font-style: italic;
	src: url('../fonts/OpenSans/OpenSansItalic.eot');
	src: local('Open Sans'),
		 url('../fonts/OpenSans/OpenSansItalic.woff') format('woff'),
		 url('../fonts/OpenSans/OpenSansItalic.ttf')  format('truetype'),
		 url('../fonts/OpenSans/OpenSansItalic.eot?#iefix') format('embedded-opentype');
}

/* Roboto */
@font-face {
	font-family: 'Roboto';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/Roboto/RobotoRegular.eot');
	src: local('Roboto'),
		 url('../fonts/Roboto/RobotoRegular.woff') format('woff'),
		 url('../fonts/Roboto/RobotoRegular.ttf')  format('truetype'),
		 url('../fonts/Roboto/RobotoRegular.eot?#iefix') format('embedded-opentype');
}

@font-face {
	font-family: 'Roboto';
	font-weight: bold;
	font-style: normal;
	src: url('../fonts/Roboto/RobotoBold.eot');
	src: local('Roboto'),
		 url('../fonts/Roboto/RobotoBold.woff') format('woff'),
		 url('../fonts/Roboto/RobotoBold.ttf')  format('truetype'),
		 url('../fonts/Roboto/RobotoBold.eot?#iefix') format('embedded-opentype');
}

@font-face {
	font-family: 'Roboto';
	font-weight: normal;
	font-style: italic;
	src: url('../fonts/Roboto/RobotoItalic.eot');
	src: local('Roboto'),
		 url('../fonts/Roboto/RobotoItalic.woff') format('woff'),
		 url('../fonts/Roboto/RobotoItalic.ttf')  format('truetype'),
		 url('../fonts/Roboto/RobotoItalic.eot?#iefix') format('embedded-opentype');
}
