/*** Fredoka One fonts ***/

@font-face {
    font-family: 'Fredoka One';
    src: url('../fonts/FredokaOne.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/*** Readex Pro fonts ***/

@font-face {
    font-family: 'Readex Pro';
    src: url('../fonts/ReadexPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Readex Pro';
    src: url('../fonts/ReadexPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Readex Pro';
    src: url('../fonts/ReadexPro-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Readex Pro';
    src: url('../fonts/ReadexPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
