/* Bitter */
@font-face {
    font-family: 'Bitter';
    src: url('../fonts/Bitter/Bitter-Regular.ttf') format('truetype');

    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Bitter';
    src: url('../fonts/Bitter/Bitter-Italic.ttf') format('truetype');

    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Bitter';
    src: url('../fonts/Bitter/Bitter-Bold.ttf') format('truetype');

    font-weight: 700;
    font-style: normal;
}

/* Open Sans */
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');

    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans/OpenSans-Italic.ttf') format('truetype');

    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans/OpenSans-SemiBold.ttf') format('truetype');

    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans/OpenSans-SemiBoldItalic.ttf') format('truetype');

    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');

    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans/OpenSans-BoldItalic.ttf') format('truetype');

    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans/OpenSans-ExtraBold.ttf') format('truetype');

    font-weight: 900;
    font-style: normal;
}

/* FontAwesome 4.7.0 */
@font-face {
    font-family: 'FontAwesome';

    src: url('../fonts/FontAwesome/fontawesome-webfont.eot');
    src: url('../fonts/FontAwesome/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FontAwesome/fontawesome-webfont.woff2') format('woff2'),
         url('../fonts/FontAwesome/fontawesome-webfont.woff') format('woff'),
         url('../fonts/FontAwesome/fontawesome-webfont.ttf')  format('truetype'),
         url('../fonts/FontAwesome/fontawesome-webfont.svg#FontAwesome') format('svg');
}