body {
    font-family: 'Inter', sans-serif;
    /* Allow vertical scrolling */
    overflow-y: auto;
    overflow-x: hidden;
}

.font-serif {
    font-family: 'Playfair Display', serif;
}

#scene-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.day-night-transition {
    transition: background-color 1s ease, color 1s ease;
}
