/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Tema child di Hello Elementor con personalizzazioni per il sito.
Author: Massimo
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/*
 * Evita, dove supportato, che browser e webview applichino automaticamente
 * una palette scura a un sito progettato in modalità chiara.
 */
:root {
    color-scheme: light;
}

html,
body {
    background-color: #ffffff;
}
