/* Apercu Pro Font Family */

@font-face {
    font-family: 'Apercu Pro';
    src: url('/assets/fonts/apercu_regular_pro.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apercu Pro';
    src: url('/assets/fonts/apercu_regular_italic_pro.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Apercu Pro';
    src: url('/assets/fonts/apercu_medium_pro.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apercu Pro';
    src: url('/assets/fonts/apercu_medium_italic_pro.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Apercu Pro';
    src: url('/assets/fonts/apercu_bold_pro.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apercu Pro';
    src: url('/assets/fonts/apercu_bold_italic_pro.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
