/* light */
@font-face {
    font-family: 'Adelle';
    font-style: normal;
    font-weight: 200;
    src: url('adelle_regular.woff2') format('woff2'),
        url('adelle_regular.woff') format('woff');
}

/* normal */
@font-face {
    font-family: 'Adelle';
    font-style: normal;
    font-weight: normal, 400, 500, 600;
    src: url('adelle_regular.woff2') format('woff2'),
        url('adelle_regular.woff') format('woff');
}

/* bold */
@font-face {
    font-family: 'Adelle';
    font-style: normal;
    font-weight: bold, 700, 800, 900;
    src: url('adelle_bold.woff2') format('woff2'),
        url('adelle_bold.woff') format('woff');
}

/* italic */
@font-face {
    font-family: 'Adelle';
    font-style: italic;
    font-weight: normal, 400, 500, 600;
    src: url('adelle_italic.woff2') format('woff2'),
        url('adelle_italic.woff') format('woff');
}

/* bold italc */
@font-face {
    font-family: 'Adelle';
    font-style: italic;
    font-weight: bold, 700, 800, 900;
    src: url('adelle_bold_italic.woff2') format('woff2'),
        url('adelle_bold_italic.woff') format('woff');
}
