@font-face {
    font-family: 'Alegreya';
    src: local('Alegreya Regular'), local('Alegreya-Regular'),
        url('fonts/Alegreya-Regular.woff2') format('woff2'),
        url('fonts/Alegreya-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Alegreya';
    src: local('Alegreya Medium'), local('Alegreya-Medium'),
        url('fonts/Alegreya-Medium.woff2') format('woff2'),
        url('fonts/Alegreya-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Alegreya';
    src: local('Alegreya Italic'), local('Alegreya-Italic'),
        url('fonts/Alegreya-Italic.woff2') format('woff2'),
        url('fonts/Alegreya-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Alegreya';
    src: local('Alegreya Bold'), local('Alegreya-Bold'),
        url('fonts/Alegreya-Bold.woff2') format('woff2'),
        url('fonts/Alegreya-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

