
/* BASE TYPOGRPHY */

body {font-family: 'Cabin', sans-serif;}
	
/* HEADERS */

.typography h1 {font-family: bebas-neue, sans-serif; color: #d4282b !important; font-weight:400; font-size: 36px; line-height: 42px;
	margin: 0 !important;}
.typography h2 {font-family: bebas-neue, sans-serif; color: #d4282b !important; font-weight:400; font-size: 30px; line-height: 36px;
	margin: 0 !important;}
.typography h3, .typography h4, .typography h5 {
    color: #d4282b !important;
	margin: 0 !important;
}
/* PARAGRAGHS */

.typography p { font-family: 'Cabin', sans-serif; font-size: 16px; font-weight:400; line-height: 20px;
	margin: 0 !important;}

::-moz-selection {
    background: #d4282b;
	color: #fff;
    text-shadow: none;
}

::selection {
    background: #d4282b;
    color: #fff;
    text-shadow: none;
}

/* LINKS */

a{
	color:#000;
	text-decoration:none;
}

a:hover{
	color: #d4282b;
}