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