/* CSS Document */

@font-face {
    font-family: "Quasimoda";
    src: url('../fonts/quasimoda-regular.woff2');
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

@font-face {
    font-family: "Quasimoda";
    src: url('../fonts/quasimoda-italic.woff2');
    font-style: italic;
    font-weight: normal;
    font-stretch: normal;
}

/* Bold */
@font-face {
    font-family: "Quasimoda";
    src: url('../fonts/quasimoda-bold.woff2');
    font-style: normal;
    font-weight: bold;
    font-stretch: normal;
}

/* Bold Italic*/
@font-face {
    font-family: "Quasimoda";
    src: url('../fonts/quasimoda-bold.woff2');
    font-style: italic;
    font-weight: bold;
    font-stretch: normal;
}