
/*# sourceMappingURL=custom.css.map */

/* CUSTOM 2025 - Colori primari con massima priorità */
:root {
  --bs-primary: #204a47 !important;
  --bs-primary-rgb: 32, 74, 71 !important;
  --bs-secondary: #aecdd4 !important;
  --bs-secondary-rgb: 174, 205, 212 !important;
}

/* Override delle variabili CSS di Bootstrap con !important */
[data-bs-theme="light"] {
  --bs-primary: #204a47 !important;
  --bs-primary-rgb: 32, 74, 71 !important;
  --bs-secondary: #aecdd4 !important;
  --bs-secondary-rgb: 174, 205, 212 !important;
}

/* Classi personalizzate */
/*
.primary-color-light {
  color: #aecdd4 !important;
}

.primary-color {
  color: #204a47 !important;
}

.bg-primary-color {
  background-color: #204a47 !important;
  color: white !important;
}

.border-primary {
  border-color: #204a47 !important;
}
  */

/* Override delle classi Bootstrap con i nuovi colori */
.text-primary {
  color: #204a47 !important;
}

.bg-primary {
  background-color: #204a47 !important;
}

.border-primary {
  border-color: #204a47 !important;
}

.text-secondary {
  color: #aecdd4 !important;
}

.bg-secondary {
  background-color: #aecdd4 !important;
}

.border-secondary {
  border-color: #aecdd4 !important;
}

.loghi-container {
    width: auto !important;
}
.box-evidenza {
    border-radius: 24px;
}

.protagonista {
  font-weight: bold;
  color: #204a47;
  font-size: 105%;
}


.comune {
  align-items: center !important;
  //justify-content: center !important;
}