
/* OpenSans */
@font-face {
    font-family: 'openSansSemibold';
    src: url('../fonts/OpenSans-Semibold.ttf');
}
.openSansSemibold{
    font-family: openSansSemibold!important;
}
@font-face {
    font-family: 'openSansRegular';
    src: url('../fonts/OpenSans-Regular.ttf');
}
.openSansRegular{
    font-family: openSansRegular!important;
}


/* Quicksand */
@font-face {
    font-family: 'Quicksand_Bold';
    src: url('../fonts/Quicksand-Bold.ttf');
}
.Quicksand_Bold{
    font-family: Quicksand_Bold!important;
}

@font-face {
    font-family: 'Quicksand_SemiBold';
    src: url('../fonts/Quicksand-SemiBold.ttf');
}
.Quicksand_SemiBold{
    font-family: Quicksand_SemiBold!important;
}
@font-face {
    font-family: 'quicksandSemibold';
    src: url('../fonts/Quicksand-SemiBold.ttf');
}
.quicksandSemibold{
    font-family: quicksandSemibold!important;
}
