/* Tema chiaro */
html[data-theme="light"], :root {
}

/* Tema scuro */
html[data-theme="dark"] {
}

