﻿/*Font used for site headers*/

@font-face {
    font-family: "OpenSans";
    src: url("fonts/open_sans/OpenSans-Regular.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: "OpenSans";
    src: url("fonts/open_sans/OpenSans-Bold.ttf");
    font-weight: 900;
    font-style: normal;
    font-display: auto;
}

html, body {
    font-family: OpenSans;
}

.opensans-font {
    font-family: OpenSans!important;
}