body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

#scene-container {
    position: absolute;
    width: 100%;
    height: 100%;
    touch-action: none;
}