/*
On herberge Alegreya Sans SC parce qu'à cette date du 05/11/2020 Google font propose la version 2.003
avec un soucis sur le caractère cyrillic у. Sur le GitHub de l'auteur on trouve la version 2.008 qui n'a plus le soucis.
@see https://app.activecollab.com/168536/projects/17/tasks/121694
@see https://fonts.google.com/specimen/Alegreya+Sans+SC?subset=cyrillic&preview.text=%D0%90%D0%BB%D1%8F%20%D1%83%20%D0%A3&preview.text_type=custom
@see https://github.com/huertatipografica/Alegreya-Sans
*/
@font-face {
    font-family: 'Alegreya Sans SC';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(/static/fonts/alegreya/v2.008/AlegreyaSansSC-Italic.woff2) format('woff2');
}

@font-face {
    font-family: 'Alegreya Sans SC';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(/static/fonts/alegreya/v2.008/AlegreyaSansSC-MediumItalic.woff2) format('woff2');
}

@font-face {
    font-family: 'Alegreya Sans SC';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(/static/fonts/alegreya/v2.008/AlegreyaSansSC-BoldItalic.woff2) format('woff2');
}

@font-face {
    font-family: 'Alegreya Sans SC';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(/static/fonts/alegreya/v2.008/AlegreyaSansSC-ExtraBoldItalic.woff2) format('woff2');
}

@font-face {
    font-family: 'Alegreya Sans SC';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(/static/fonts/alegreya/v2.008/AlegreyaSansSC-BlackItalic.woff2) format('woff2');
}

@font-face {
    font-family: 'Alegreya Sans SC';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/static/fonts/alegreya/v2.008/AlegreyaSansSC-Regular.woff2) format('woff2');
}

@font-face {
    font-family: 'Alegreya Sans SC';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/static/fonts/alegreya/v2.008/AlegreyaSansSC-Medium.woff2) format('woff2');
}

@font-face {
    font-family: 'Alegreya Sans SC';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/static/fonts/alegreya/v2.008/AlegreyaSansSC-Bold.woff2) format('woff2');
}

@font-face {
    font-family: 'Alegreya Sans SC';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(/static/fonts/alegreya/v2.008/AlegreyaSansSC-ExtraBold.woff2) format('woff2');
}

@font-face {
    font-family: 'Alegreya Sans SC';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(/static/fonts/alegreya/v2.008/AlegreyaSansSC-Black.woff2) format('woff2');
}
