/***** FONTS *****/
@font-face {
    font-family: 'Open Sans Light';
    src: url('/fonts/Open_Sans/OpenSans-Light.ttf');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Open Sans Regular';
    src: url('/fonts/Open_Sans/OpenSans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Open Sans SemiBold';
    src: url('/fonts/Open_Sans/OpenSans-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url('/fonts/Open_Sans/OpenSans-Bold.ttf');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Open Sans Italic';
    src: url('/fonts/Open_Sans/OpenSans-Italic.ttf');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Open Sans Bold Italic';
    src: url('/fonts/Open_Sans/OpenSans-BoldItalic.ttf');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}