/*@font-face {
    font-family: suisse;
    font-style: normal;
    font-weight: 400;
    src: url(../a/f/SIR.otf)
}

@font-face {
    font-family: suisse;
    font-style: normal;
    font-weight: 100;
    src: url(../a/f/SIT.otf)
}*/


/* ----------- FONTS ---------- */
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;700&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');*/

/* ----------- RESET ---------- */

BODY, HTML {
	margin: 				0px;
	padding: 				0px;
	overflow:				hidden;
	overflow-x:				hidden;
	overflow-y:				hidden;
	font-family:			'Merriweather';
	font-weight:			300;
	font-size: 				12px;
	/*background-color:		#FFFFFF;*/
	width:					100%;
	height:					100%;

}

BODY {
	position:				absolute;
}


a:link, a:visited {
	color:					#e7841d;
	font-weight:			bold;
}


/* ----------- STYLES ---------- */



.us {
	-moz-user-select:		-moz-none;
	-khtml-user-select:		none;
	-webkit-user-select:	none;
	-ms-user-select:		none;
	user-select:			none;
	cursor:					default;
	-webkit-user-drag:		none;
}

.bbl {
	position:				relative;
	-moz-border-radius:		12px;
	-webkit-border-radius:	12px;
	border-radius:			12px;
	padding:				14px;
}
.bbl::before {
	content:				" ";
	position:				absolute;
	width:					0;
	height:					0;
	left:					-14px;
	top:					20px;
	border:					8px solid;
	border-color:			#E62A77 #E62A77 transparent transparent;
}

.bblw {
	position:				relative;
	-moz-border-radius:		12px;
	-webkit-border-radius:	12px;
	border-radius:			12px;
	padding:				14px;
}



