/* Custom styles for better look and feel */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.progress-ring-circle {
    transition: stroke-dashoffset 0.1s linear;
}

/* Hide default radio buttons */
.sound-choice input[type="radio"] {
    display: none;
}

/* Style for the custom radio button labels */
.sound-choice label {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
