﻿@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url('../fonts/web-fonts/roboto-condensed/roboto-condensed-v16-latin-300.woff2') format('woff2'),
         url('../fonts/web-fonts/roboto-condensed/roboto-condensed-v16-latin-300.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url('../fonts/web-fonts/roboto-condensed/roboto-condensed-v16-latin-regular.woff2') format('woff2'),
         url('../fonts/web-fonts/roboto-condensed/roboto-condensed-v16-latin-regular.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url('../fonts/web-fonts/roboto-condensed/roboto-condensed-v16-latin-700.woff2') format('woff2'),
         url('../fonts/web-fonts/roboto-condensed/roboto-condensed-v16-latin-700.woff') format('woff');
}