﻿@font-face {
    font-family: 'Frutiger LT Std';
    src: url('FrutigerLTStd-Light.eot');
    src: url('FrutigerLTStd-Light.eot?#iefix') format('embedded-opentype'),
        url('FrutigerLTStd-Light.woff2') format('woff2'),
        url('FrutigerLTStd-Light.woff') format('woff'),
        url('FrutigerLTStd-Light.ttf') format('truetype'),
        url('FrutigerLTStd-Light.svg#FrutigerLTStd-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'Frutiger LT Std';
    src: url('FrutigerLTStd-Roman.eot');
    src: url('FrutigerLTStd-Roman.eot?#iefix') format('embedded-opentype'),
        url('FrutigerLTStd-Roman.woff2') format('woff2'),
        url('FrutigerLTStd-Roman.woff') format('woff'),
        url('FrutigerLTStd-Roman.ttf') format('truetype'),
        url('FrutigerLTStd-Roman.svg#FrutigerLTStd-Roman') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Frutiger LT Std';
    src: url('FrutigerLTStd-Italic.eot');
    src: url('FrutigerLTStd-Italic.eot?#iefix') format('embedded-opentype'),
        url('FrutigerLTStd-Italic.woff2') format('woff2'),
        url('FrutigerLTStd-Italic.woff') format('woff'),
        url('FrutigerLTStd-Italic.ttf') format('truetype'),
        url('FrutigerLTStd-Italic.svg#FrutigerLTStd-Italic') format('svg');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Frutiger LT Std';
    src: url('FrutigerLTStd-Bold.eot');
    src: url('FrutigerLTStd-Bold.eot?#iefix') format('embedded-opentype'),
        url('FrutigerLTStd-Bold.woff2') format('woff2'),
        url('FrutigerLTStd-Bold.woff') format('woff'),
        url('FrutigerLTStd-Bold.ttf') format('truetype'),
        url('FrutigerLTStd-Bold.svg#FrutigerLTStd-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Frutiger LT Std';
    src: url('FrutigerLTStd-BlackCn.eot');
    src: url('FrutigerLTStd-BlackCn.eot?#iefix') format('embedded-opentype'),
        url('FrutigerLTStd-BlackCn.woff2') format('woff2'),
        url('FrutigerLTStd-BlackCn.woff') format('woff'),
        url('FrutigerLTStd-BlackCn.ttf') format('truetype'),
        url('FrutigerLTStd-BlackCn.svg#FrutigerLTStd-BlackCn') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Frutiger LT Std';
    src: url('FrutigerLTStd-ExtraBlackCn.eot');
    src: url('FrutigerLTStd-ExtraBlackCn.eot?#iefix') format('embedded-opentype'),
        url('FrutigerLTStd-ExtraBlackCn.woff2') format('woff2'),
        url('FrutigerLTStd-ExtraBlackCn.woff') format('woff'),
        url('FrutigerLTStd-ExtraBlackCn.ttf') format('truetype'),
        url('FrutigerLTStd-ExtraBlackCn.svg#FrutigerLTStd-ExtraBlackCn') format('svg');
    font-weight: 900;
    font-style: normal;
}

html, body, div, p, h1, h2, h3, h4, h5, h6 {
    font-family: 'Frutiger LT Std'; font-weight: normal; font-style: normal;
}


.light {
    font-weight: 300;
    font-style: normal;
}

.roman {
    font-weight: 400;
    font-style: normal;
}

.italic {
    font-weight: 500;
    font-style: italic;
}

.bold {
    font-weight: bold;
    font-style: normal;
}

.black {
    font-weight: 800;
    font-style: normal;
}

.extrablack {
    font-weight: 900;
    font-style: normal;
}


.roboto p {
    font-family: 'Roboto', sans-serif;
}
