@font-face {
    font-family: 'OswaldRegular';
    src: url('../lib/webfonts/Oswald-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'OswaldRegular', sans-serif;
}

/*#FF6702 - E05A00*/
.btn-md-primary, .btn-md-primary:focus, .btn-md-primary.active, .btn-md-primary:active {
    color: #fff !important;
    background-color: #FF6702 !important;
    border-color: #E05A00 !important;
}

    .btn-md-primary:hover, .show > .btn-md-primary.dropdown-toggle {
        color: #fff !important;
        background-color: transparent !important;
        border-color: #FF6702 !important;
    }

.btn-md-outline-primary, .btn-md-outline-primary:focus, .btn-md-outline-primary.active, .btn-md-outline-primary:active {
    color: #fff !important;
    background-image: none;
    background-color: transparent !important;
    border-color: #FF6702 !important;
}

    .btn-md-outline-primary:hover, .show > .btn-md-outline-primary.dropdown-toggle {
        color: #fff !important;
        background-color: #FF6702 !important;
        border-color: #E05A00 !important;
    }