@font-face {
    font-family: OpenSansLight;
    src: url(fonts/open-sans/OpenSans-Light.ttf);
}
@font-face {
    font-family: OpenSansBold;
    src: url(fonts/open-sans/OpenSans-Bold.ttf);
}
@font-face {
    font-family: OpenSansRegular;
    src: url(fonts/open-sans/OpenSans-Regular.ttf);
}

.OpenSans500{
    font-family: OpenSansRegular !important;
    font-weight: 500 !important;
}

.OpenSans300{
    font-family: OpenSansLight !important;
    font-weight: 300 !important;
}

.OpenSans700{
    font-family: OpenSansBold !important;
    font-weight: 700 !important;
}
.font-oswald{
    font-family: oswald !important;
}
