@import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap');

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

/* Enable smooth scrolling and mouse drag scrolling */
canvas {
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
}

/* Emoji font support for Compose Multiplatform Web */
* {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Noto Color Emoji', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
}