/* avenir-100 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'avenir';
    font-style: normal;
    font-weight: light;
    src: url('font/AvenirLTStd-Light.otf') format('opentype');
}
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'avenir';
    font-style: normal;
    font-weight: normal;
    src: url('font/AvenirLTStd-Medium.otf') format('opentype');
}
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'avenir';
    font-style: normal;
    font-weight: bold;
    src: url('font/AvenirLTStd-Black.otf') format('opentype');
}

