@font-face {
	font-family:"ubuntu-regular";
	font-weight:normal;
	font-style:normal;

	src:url('../fonts/ubuntu-regular.woff2') format('woff2'), url('../fonts/ubuntu-regular.woff') format('woff');
}

@font-face {
	font-family:"qanelas-soft-B";
	font-weight:normal;
	font-style:normal;

	src:url('../fonts/Qanelas-Bold.woff2') format('woff2'), url('../fonts/Qanelas-Bold.woff') format('woff');
}

@font-face {
	font-family:"qanelas-soft-ULI";
	font-weight:normal;
	font-style:normal;

	src:url('../fonts/Qanelas-UltraLightItalic.woff2') format('woff2'), url('../fonts/Qanelas-UltraLightItalic.woff') format('woff');
}

@font-face {
	font-family:"mundial-black";
	font-weight:normal;
	font-style:normal;

	src:url('../fonts/MundialBlack.woff2') format('woff2'), url('../fonts/MundialBlack.woff') format('woff');
}

*{
	margin:0;
	padding:0;

	-webkit-tap-highlight-color:transparent;
}

a{
	text-decoration:none;
	color:#404040;
}

body{
	font-family:ubuntu-regular;
	color:#404040;
	
	background-color:#f8f9fa !important;
}

.not-slc{
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.grecaptcha-badge { 
	visibility: hidden;
}