/* abeezee-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'ABeeZee';
  font-style: normal;
  font-weight: 400;
  src: url('https://mathomtheater.de/wp-content/themes/Divi/fonts/abeezee-v22-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* abeezee-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'ABeeZee';
  font-style: italic;
  font-weight: 400;
  src: url('https://mathomtheater.de/wp-content/themes/Divi/fonts/abeezee-v22-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
    font-family: 'ABeeZee',sans-serif !important;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'ABeeZee',sans-serif !important;
}

.et_pb_gallery_grid .et_pb_gallery_items {

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item{
	width: auto !important;
	}
.et_pb_gutters3 .et_pb_column_1_3 .et_pb_module {
    margin-bottom: 15px;
  }

/* Responsive */
@media screen and (max-width: 600px){
	* {
  background-size: inherit !important;
  }
}