/* Quasimoda Regular */
@font-face {
     font-display: swap;
     font-family: 'Quasimoda';
     font-style: normal;
     font-weight: 400;
     src: url('../fonts/Quasimoda\ Regular.otf') format('opentype');
}

/* Quasimoda Bold */
@font-face {
     font-display: swap;
     font-family: 'Quasimoda';
     font-style: normal;
     font-weight: 700;
     src: url('../fonts/Quasimoda\ Bold.otf') format('opentype');
}

/* Quasimoda ExtraBold */
@font-face {
     font-display: swap;
     font-family: 'Quasimoda';
     font-style: normal;
     font-weight: 800;
     src: url('../fonts/Quasimoda\ ExtraBold.otf') format('opentype');
}