@font-face {
  	font-family: 'Cabin-Regular';
 	 font-style: normal;
  	font-weight: 400;
  	src: url('_fonts/Cabin/Cabin-Regular.ttf') format('truetype');
}
@font-face {
  	font-family: 'Limelight-Regular';
 	 font-style: normal;
  	font-weight: 400;
  	src: url('_fonts/Limelight/Limelight-Regular.ttf') format('truetype');
}
@font-face {
  	font-family: 'LobsterTwo-Regular';
 	 font-style: normal;
  	font-weight: 400;
  	src: url('_fonts/Lobster_Two/LobsterTwo-Regular.ttf') format('truetype');
}

/*     */

body { }
html { }
page { }

h1 {
	font-family: 'LobsterTwo-Regular';
	text-align: center;
}
h2, h3, h4, h5, h6 {
	font-family: 'Limelight-Regular';
	text-align: center;
}
h3 a {
	font-size: 1.8em;
}
