@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

* {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
}

html, body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

h3 {
    color: rgb(140, 100, 80);
}

#svelte-body {
    margin: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

@media (max-width: 768px) {
    *, *::before, *::after {
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
}