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

@font-face {
    font-family: 'AlegreyaSemiBold';
    src: url('Alegreya-SemiBold.woff2') format('woff2'),
        url('Alegreya-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
