/* CSS Document */
/* CSS Document */
@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Montserrat';
	src:url(../fonts/Segoe UI.ttf); 

}

/* ------------------------------------------------------------ */
*{
	margin:0px;
	padding:0px;
	font-family:Segoe UI;
	/*box-sizing:border-box;*/
}