@font-face {
    font-family: 'DM Sans';
    src: url('../lib/fonts/dm-sans-v17-latin-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Quivira';
    src: url('../lib/fonts/Quivira.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all linear 0.5s;
}
body {
    font-family: 'DM Sans', sans-serif;
    background-color: #f3eefb;
}
.link {
    text-decoration: none;
    color: white;
}
ul, li, a {
    list-style: none;
    text-decoration: none;
    color: black;
}