/* Font Override per Bootstrap - Generato automaticamente */

/* Font personalizzati caricati */

@font-face {
  font-family: 'Cinzel';
  src: url('../assets/fonts/Cinzel-Black-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cinzel';
  src: url('../assets/fonts/Cinzel-Bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cinzel';
  src: url('../assets/fonts/Cinzel-Regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Classi utility per font personalizzati */

.font-cinzel {
  font-family: 'Cinzel', system-ui, -apple-system, sans-serif;
}

.font-cinzel-blackwebfont {
  font-family: 'Cinzel', system-ui, -apple-system, sans-serif;
  font-weight: 900;
}

.font-cinzel-boldwebfont {
  font-family: 'Cinzel', system-ui, -apple-system, sans-serif;
  font-weight: 700;
}

.font-cinzel-regularwebfont {
  font-family: 'Cinzel', system-ui, -apple-system, sans-serif;
  font-weight: 400;
}

/* Override Bootstrap */

/* Testo con font personalizzato */
body {
  font-family: 'OpenSansCondensed', system-ui, -apple-system, sans-serif !important;
}

/* Badge con font personalizzato */
.badge {
  font-family: 'OpenSans', system-ui, -apple-system, sans-serif !important;
  font-weight: 500 !important;
}

/* Card-title con font personalizzato */
.card-title {
  font-family: 'OpenSans', Georgia, serif !important;
  font-weight: 400 !important;
}

/* Titoli con font personalizzato */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'OpenSansCondensed', Georgia, serif !important;
  font-weight: 400 !important;
}

/* Bottoni con font personalizzato */
.btn {
  font-family: 'OpenSans', system-ui, -apple-system, sans-serif !important;
  font-weight: 600 !important;
}

/* Altri elementi di interfaccia */
.navbar-brand {
  font-family: 'YanoneKaffeesatz', Georgia, serif !important;
  font-weight: 400 !important;
}

.dropdown-item {
  font-family: 'OpenSans', system-ui, -apple-system, sans-serif !important;
}

.form-label {
  font-family: 'OpenSans', system-ui, -apple-system, sans-serif !important;
  font-weight: 500 !important;
}

