@font-face {
    font-family: 'OpenSans-Regular';
    src: url('/static/theme/fonts/OpenSans-Regular.woff2') format('woff2'); 
    src: url('/static/theme/fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Bold';
    src: url('/static/theme/fonts/OpenSans-Bold.woff2') format('woff2'); 
    src: url('/static/theme/fonts/OpenSans-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* Headers */
h1, h2, h3, h4, h5, button, .btn, th, thead td, label{
    font-family: 'OpenSans-Bold';
}
/* Other */
h6, p, a, li, td, small, form small a,  input, textarea, b, strong{
    font-family: 'OpenSans-Regular';
}