/* =============================
	1. Roboto Condensed 
================================*/
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/roboto_condensed/robotocondensed-light.woff2') format('woff2'),
         url('../fonts/roboto_condensed/robotocondensed-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/roboto_condensed/robotocondensed-lightitalic.woff2') format('woff2'),
         url('../fonts/roboto_condensed/robotocondensed-lightitalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/roboto_condensed/robotocondensed-regular.woff2') format('woff2'),
         url('../fonts/roboto_condensed/robotocondensed-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/roboto_condensed/robotocondensed-italic.woff2') format('woff2'),
         url('../fonts/roboto_condensed/robotocondensed-italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/roboto_condensed/robotocondensed-bold.woff2') format('woff2'),
         url('../fonts/roboto_condensed/robotocondensed-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/roboto_condensed/robotocondensed-bolditalic.woff2') format('woff2'),
         url('../fonts/roboto_condensed/robotocondensed-bolditalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

/* =============================
	2. Roboto
================================*/
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/roboto-black.woff2') format('woff2'),
         url('../fonts/roboto/roboto-black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/roboto-blackitalic.woff2') format('woff2'),
         url('../fonts/roboto/roboto-blackitalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/roboto-bold.woff2') format('woff2'),
         url('../fonts/roboto/roboto-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/roboto-bolditalic.woff2') format('woff2'),
         url('../fonts/roboto/roboto-bolditalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/roboto-medium.woff2') format('woff2'),
         url('../fonts/roboto/roboto-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/roboto-mediumitalic.woff2') format('woff2'),
         url('../fonts/roboto/roboto-mediumitalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/roboto-regular.woff2') format('woff2'),
         url('../fonts/roboto/roboto-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/roboto-italic.woff2') format('woff2'),
         url('../fonts/roboto/roboto-italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/roboto-light.woff2') format('woff2'),
         url('../fonts/roboto/roboto-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/roboto-lightitalic.woff2') format('woff2'),
         url('../fonts/roboto/roboto-lightitalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/roboto-thin.woff2') format('woff2'),
         url('../fonts/roboto/roboto-thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/roboto-thinitalic.woff2') format('woff2'),
         url('../fonts/roboto/roboto-thinitalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}