﻿/* Roman – Regular (400) */
@font-face {
    font-family: "Frutiger LT Std";
    src: url("FrutigerLTStd-Roman.woff2") format("woff2"), url("FrutigerLTStd-Roman.woff") format("woff"), url("FrutigerLTStd-Roman.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Italic – Regular italic (400 italic) */
@font-face {
    font-family: "Frutiger LT Std";
    src: url("FrutigerLTStd-Italic.woff2") format("woff2"), url("FrutigerLTStd-Italic.woff") format("woff"), url("FrutigerLTStd-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Light (300) */
@font-face {
    font-family: "Frutiger LT Std";
    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-display: swap;
}

/* Light Italic (300 italic) */
@font-face {
    font-family: "Frutiger LT Std";
    src: url("FrutigerLTStd-LightItalic.woff2") format("woff2"), url("FrutigerLTStd-LightItalic.woff") format("woff"), url("FrutigerLTStd-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Bold (700) */
@font-face {
    font-family: "Frutiger LT Std";
    src: url("FrutigerLTStd-Bold.woff2") format("woff2"), url("FrutigerLTStd-Bold.woff") format("woff"), url("FrutigerLTStd-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Bold Italic (700 italic) */
@font-face {
    font-family: "Frutiger LT Std";
    src: url("FrutigerLTStd-BoldItalic.woff2") format("woff2"), url("FrutigerLTStd-BoldItalic.woff") format("woff"), url("FrutigerLTStd-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Black (900) */
@font-face {
    font-family: "Frutiger LT Std";
    src: url("FrutigerLTStd-Black.woff2") format("woff2"), url("FrutigerLTStd-Black.woff") format("woff"), url("FrutigerLTStd-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Black Italic (900 italic) */
@font-face {
    font-family: "Frutiger LT Std";
    src: url("FrutigerLTStd-BlackItalic.woff2") format("woff2"), url("FrutigerLTStd-BlackItalic.woff") format("woff"), url("FrutigerLTStd-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* UltraBlack (950) */
@font-face {
    font-family: "Frutiger LT Std";
    src: url("FrutigerLTStd-UltraBlack.woff2") format("woff2"), url("FrutigerLTStd-UltraBlack.woff") format("woff"), url("FrutigerLTStd-UltraBlack.ttf") format("truetype");
    font-weight: 950;
    font-style: normal;
    font-display: swap;
}