/* Instrument Serif */
@font-face {
    font-family: "Instrumental";
    src: url("InstrumentSerif-Regular.woff2");
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: "Instrumental";
    src: url("InstrumentSerif-Italic.woff2");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/* Avenir LT Std */
@font-face {
    font-family: "Avenir";
    src: url("AvenirLTStd-Light.otf");
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: "Avenir";
    src: url("AvenirLTStd-Book.otf");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "Avenir";
    src: url("AvenirLTStd-Roman.otf");
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "Avenir";
    src: url("AvenirLTStd-Medium.otf");
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: "Avenir";
    src: url("AvenirLTStd-Heavy.otf");
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: "Avenir";
    src: url("AvenirLTStd-Black.otf");
    font-weight: 800;
    font-display: swap;
}