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

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

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


@font-face {
    font-family: 'Kapra Neue Medium Condensed';
    src: url('../fonts/KapraNeue-MediumCondensed.woff2') format('woff2'),
        url('../fonts/KapraNeue-MediumCondensed.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Kapra Neue Black';
    src: url('../fonts/KapraNeue-Black.woff2') format('woff2'),
        url('../fonts/KapraNeue-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}