@font-face {
    font-family: 'FrutigerLTStd-Bold';
    src: url('FrutigerLTStd-Bold.woff2') format('woff2'),
        url('FrutigerLTStd-Bold.woff') format('woff'),
        url('FrutigerLTStd-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'FrutigerLTStd-Light';
    src: url('FrutigerLTStd-Light.woff2') format('woff2'),
        url('FrutigerLTStd-Light.woff') format('woff'),
        url('FrutigerLTStd-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'FrutigerLTStd-Regular';
    src: url('FrutigerLTStd-Roman.woff2') format('woff2'),
        url('FrutigerLTStd-Roman.woff') format('woff'),
        url('FrutigerLTStd-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

