@font-face {
    font-family: 'BRLNSR';
    src: url(BRLNSR.woff);
}

@font-face {
    font-family: OpenSansExtraBold;
    src: url(OpenSans-ExtraBold.woff);
}

@font-face {
    font-family: OpenSansBold;
    src: url(OpenSans-Bold.woff);
}

@font-face {
    font-family: OpenSans;
    src: url(OpenSans-Regular.woff);
}


h1, h2, h3, h4, h5 {
    font-family: BRLNSR, sans-serif;
    font-weight: 900;
    color: #3c3c3c;
}

h1 {
    font-size: 2.51em;
    margin-top: 25px;
}
h2 {
    font-size: 1.5em;
    margin-top: 15px;
}

body {
    font-family: OpenSans, sans-serif;
    font-weight: normal;
    line-height: 1.7em;
    color: #222222;
}

.btn.btn-orange {
    background-color: orange;
}