@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@160..700&display=swap');
/* font-family: "Inter", sans-serif; */

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

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

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

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

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

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