/*
Theme Name: Mazzanti Base
Author: Paolo Mazzanti
Description: Tema WordPress minimale, multilingua manuale, WooCommerce-ready, SEO custom.
Version: 1.0
*/
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    margin: 0;
    padding: 0;
}
/*
body {
    font-family: system-ui, sans-serif;
    margin: 0;
    padding: 0;
}*/

.language-switcher {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 1000;
    background: rgba(255,255,255,0.9);
    padding: 0.5em 1em;
    border-radius: 5px;
    font-size: 14px;
}
.language-switcher a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
