/*
 Theme Name:     Colibri WP Child
 Template:       colibri-wp
 Version:        1.0.0
*/

/* Variable Font: ein @font-face für alle Gewichte */
@font-face {
  font-family: 'Antonio';
  src: url('fonts/Antonio-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;  /* Gewichtsspanne */
  font-style: normal;
  font-display: swap;
}

.cust-font-Antonio h2,
.cust-font-Antonio h3,
.cust-font-Antonio h4,
.cust-font-Antonio h5,
.cust-font-Antonio h6 {
  font-family: 'Antonio', sans-serif !important;
  /*font-size: 1.5rem;*/
  /*color: #333;*/
}