/* ===== Frutiger Black ===== */
@font-face {
    font-family: 'Frutiger Black';
    src: url('../fonts/Frutiger/FrutigerLTStd-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* ===== Frutiger Extra Black Condensed ===== */
@font-face {
    font-family: 'Frutiger Extra Black Condensed';
    src: url('../fonts/Frutiger/FrutigerLTStd-ExtraBlackCn.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* ===== Avenir (Placeholder — needs conversion) ===== */
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir/Avenir.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



@font-face {
  font-family: 'Avenir Next';
  src: url('../fonts/avenir-next/AvenirNextLTPro-Regular.woff2') format('woff2'),
       url('../fonts/avenir-next/AvenirNextLTPro-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next';
  src: url('../fonts/avenir-next/AvenirNextLTPro-Bold.woff2') format('woff2'),
       url('../fonts/avenir-next/AvenirNextLTPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next';
  src: url('../fonts/avenir-next/AvenirNextLTPro-It.woff2') format('woff2'),
       url('../fonts/avenir-next/AvenirNextLTPro-It.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
