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