@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('../fonts/font-awesome/css/font-awesome.min.css');

@font-face {
	font-family: 'bebas';
	src: url('../fonts/BebasNeue-Bold.woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'helvetica';
	src: url('../fonts/helvetica.woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'azo';
	src: url('../fonts/AzoSans-BoldItalic.woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'lato';
	src: url('../fonts/lato-italic-webfont.eot');
	src: url('../fonts/lato-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-italic-webfont.svg#latoitalic') format('svg'), url('../fonts/lato-italic-webfont.woff') format('woff'), url('../fonts/lato-italic-webfont.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'lato';
	src: url('../fonts/lato-regular-webfont.eot');
	src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-regular-webfont.svg#latoregular') format('svg'), url('../fonts/lato-regular-webfont.woff') format('woff'), url('../fonts/lato-regular-webfont.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'lato';
	src: url('../fonts/lato-light-webfont.eot');
	src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-light-webfont.svg#latolight') format('svg'), url('../fonts/lato-light-webfont.woff') format('woff'), url('../fonts/lato-light-webfont.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	select {
		font-family: sans-serif;
	}
}
.font-bebas {
	font-family: 'bebas', sans-serif !important;
}
.font-roboto {
	font-family: Roboto, sans-serif !important;
}
.font-azo{
	font-family: azo, sans-serif !important;
	line-height: 100%;
}
