/* Ortofrutta/static/css/style.css */
body {
    font-family: sans-serif;
}

.text-custom-green {
  color: #2E8B57; /* Un bel verde "Verdemare" - puoi cambiarlo! Esempio: #4CAF50 */
}

.home-logo {
    max-width: 250px; /* Imposta la larghezza massima del logo */
    height: auto;     /* Mantiene le proporzioni */
    margin-bottom: 2rem; /* Spazio sotto il logo */
}