:root {
    color-scheme: light;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #f6f3ec;
}

html,
body,
#webApp {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

body {
    overscroll-behavior: none;
    background: #f6f3ec;
}

canvas {
    outline: none;
}

noscript {
    display: block;
    padding: 2rem;
    color: #111d35;
}
