/* Apercu */

/* Light */
@font-face {
    font-family: 'Apercu';
    src: url(./ApercuLight.otf) format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Apercu';
    src: url(./ApercuLihtItalic.otf) format('opentype');
    font-weight: 300;
    font-style: italic;
}

/* Regular */
@font-face {
    font-family: 'Apercu';
    src: url(./ApercuRegular.otf) format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Apercu';
    src: url(./ApercuItalic.otf) format('opentype');
    font-weight: 400;
    font-style: italic;
}

/* Medium */
@font-face {
    font-family: 'Apercu';
    src: url(./ApercuMedium.otf) format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Apercu';
    src: url(./ApercuMediumItalic.otf) format('opentype');
    font-weight: 500;
    font-style: italic;
}

/* Bold */
@font-face {
    font-family: 'Apercu';
    src: url(./ApercuBold.otf) format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Apercu';
    src: url(./ApercuBoldItalic.otf) format('opentype');
    font-weight: 700;
    font-style: italic;
}