@font-face {
    font-family: OpenSans;
    src: url('../font/OpenSans-Regular.ttf');
}

@font-face {
    font-family: OpenSansBold;
    src: url('../font/OpenSans-Bold.ttf');
}

body {
    font-family: OpenSans !important;
}

select,
option {
    font-family: OpenSans !important;
}

.fw-main-bold {
    font-family: OpenSansBold !important;
}