@font-face {
    font-family: 'Fira Sans Condensed';
    src: url('FiraSansCondensed-Light.eot');
    src: url('FiraSansCondensed-Light.eot?#iefix') format('embedded-opentype'),
    url('FiraSansCondensed-Light.woff2') format('woff2'),
    url('FiraSansCondensed-Light.woff') format('woff'),
    url('FiraSansCondensed-Light.ttf') format('truetype'),
    url('FiraSansCondensed-Light.svg#FiraSansCondensed-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('lato-bold.eot');
    src: url('lato-bold.eot?#iefix') format('embedded-opentype'),
    url('lato-bold.woff2') format('woff2'),
    url('lato-bold.woff') format('woff'),
    url('lato-bold.ttf') format('truetype'),
    url('lato-bold.svg#latobold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Lato';
    src: url('lato-regular.eot');
    src: url('lato-regular.eot?#iefix') format('embedded-opentype'),
    url('lato-regular.woff2') format('woff2'),
    url('lato-regular.woff') format('woff'),
    url('lato-regular.ttf') format('truetype'),
    url('lato-regular.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}