/* CSS Document */
/* --------- Typeface Sources --------- */
@font-face {
	font-family: 'Montserrat-Regular';
	src: url('../assets/fonts/Montserrat-Regular.ttf');
}

@font-face {
	font-family: 'Montserrat-Bold';
	src: url('../assets/fonts/Montserrat-Bold.ttf');
}

/* --------- Typeface Tags --------- */
body, p {
	color: rgb(0,0,0);
	font-family: Montserrat-Regular, Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

a, b {
	color: rgb(0,0,0);
	font-family: Montserrat-Bold, Arial Black, sans-serif;
	text-decoration: none;
}

h1 {
	color: rgb(0,0,0);
	font-family: Montserrat-Bold;
	font-size: 36px;
}

h2 {
	color: rgb(0,0,0);
	font-family: Montserrat-Bold;
	font-size: 18px;
}
