/* Custom Styles */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Hidden elements to force font loading */
.font-preload { 
    opacity: 0; 
    position: absolute; 
    pointer-events: none; 
    z-index: -1; 
}

/* Range Input styling reset for standard look across browsers (optional, Tailwind mostly handles this but good for custom thumbs if needed later) */
input[type=range] {
    -webkit-appearance: none; 
    background: transparent; 
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

input[type=range]:focus {
    outline: none;
}
