@font-face {
    font-family: 'Roboto';
    src: url('../fonts/robotocondensed-bold-webfont.woff2') format('woff2'),
    url('../fonts/robotocondensed-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/robotocondensed-bolditalic-webfont.woff2') format('woff2'),
    url('../fonts/robotocondensed-bolditalic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/robotocondensed-regular-webfont.woff2') format('woff2'),
    url('../fonts/robotocondensed-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/robotocondensed-italic-webfont.woff2') format('woff2'),
    url('../fonts/robotocondensed-italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/robotocondensed-light-webfont.woff2') format('woff2'),
    url('../fonts/robotocondensed-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/robotocondensed-lightitalic-webfont.woff2') format('woff2'),
    url('../fonts/robotocondensed-lightitalic-webfont.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/pt_sans-web-regular-webfont.woff2') format('woff2'),
    url('../fonts/pt_sans-web-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/pt_sans-web-italic-webfont.woff2') format('woff2'),
    url('../fonts/pt_sans-web-italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/pt_sans-web-bold-webfont.woff2') format('woff2'),
    url('../fonts/pt_sans-web-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/pt_sans-web-bolditalic-webfont.woff2') format('woff2'),
    url('../fonts/pt_sans-web-bolditalic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}