/**
 * ApercuPro — the brand face used across bebestschool.es.
 *
 * Note the weight mapping the design relies on: 700 is Apercu Black (the hero
 * heading), 600 is Bold. Files came across from the Tilda project.
 */

@font-face {
    font-family: 'ApercuPro';
    src: url('ApercuPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ApercuPro';
    src: url('ApercuPro-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ApercuPro';
    src: url('ApercuPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ApercuPro';
    src: url('ApercuPro-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ApercuPro';
    src: url('ApercuPro-Black.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
