@charset "UTF-8";
/* --------------------------- SET FONTS --------------------------- */
@font-face{
	font-display: swap; /* Read next point */  
	unicode-range: U+000-5FF; /* Download only latin glyphs */
	font-family:'heading';
	font-style:normal;
	src: 	url('/fonts/passionone.woff2') format('woff2'),
		
		
}
@font-face{
	font-display: swap; /* Read next point */  
	unicode-range: U+000-5FF; /* Download only latin glyphs */
	font-family:'text';
	font-style:normal;
	src: 	
			
		url('/fonts/poppins.woff2') format('woff2')
			
}
@font-face{
	font-display: swap; /* Read next point */  
	unicode-range: U+000-5FF; /* Download only latin glyphs */
	font-family:'bold';
	font-style:normal;
	src: 	
			
		url('/fonts/poppinsB.woff2') format('woff2')
			
}
@font-face{
	font-display: swap; /* Read next point */  
	unicode-range: U+000-5FF; /* Download only latin glyphs */
	font-family:'pf';
	font-style:normal;
	src: 	
			url('/fonts/PianoFactor.woff2') format('woff2')
			
}

html,body {
	-webkit-text-stroke:0px!important;
	-webkit-text-shadow:0px 0px 0px rgba(0,0,0,0)!important;
	text-shadow:0px 0px 0px rgba(0,0,0,0)!important;
	-webkit-font-smoothing: subpixel-antialiased!important;
	letter-spacing:0px!important;
	font-family:'text';
	color:#222;
	font-size:12pt;
	font-weight:100}
/* a{text-decoration:none;color:#000} */
h1,h2,h3,h4,h5,h6,.column ul,.column li,.heading{font-family:'heading';font-size:32pt;line-height:0.8;font-weight:400!important}
b, strong {font-family:'bold';font-weight:normal}

