/* ************************************************
  *  			DASHBOARD 2.0
  *		fontes usadas no sistema
  *		arquivo : 'css/fontes/'
  *			
  -> font-family: "Alegreya-Regular"; 		 relógio
  -> font-family: "Josefin";						 geral : botões, alertas
  -> font-family: "Josefin-Bold";				 titulo 
  -> font-family: "Quicksand";					 geral
  -> font-family: "Quicksand-Bold";			 titulo 2
  -> font-family: "Yellowtail";					usuario
  
 */
 
@font-face {
    font-family: "Alegreya-Regular";
    src: url("fonts/Alegreya/Alegreya-Regular.ttf");
}
@font-face {	
	font-family: "Alegreya-Italic";
	src: url("fonts/Alegreya/Alegreya-Italic.ttf");
}

@font-face {	
	font-family: "Josefin";
	src: url("fonts/Josefin_Sans/JosefinSans-Regular.ttf");
}

@font-face {
	font-family: "Josefin-Bold";
	src: url("fonts/Josefin_Sans/JosefinSans-Bold.ttf");
}

@font-face {
	font-family: "Quicksand";
	src: url("fonts/Quicksand/Quicksand-Regular.ttf");
}

@font-face {
	font-family: "Quicksand-Bold";
	src: url("fonts/Quicksand/Quicksand-Bold.ttf");
}

@font-face {
	font-family: "Yellowtail";
	src: url("fonts/Yellowtail/Yellowtail-Regular.ttf");
}