/* Fonts */

@font-face {
    font-family: Anta;
    src: url(../wp-content/fonts/anta-regular.woff2);
    font-weight: 400;
}

@font-face {
  font-family: Soehne;
  src: url(../wp-content/fonts/soehne-buch.woff2);
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, #menu-menu-principal .item_text {
  font-family: "Anta", "system-ui" !important;
  font-weight: 400 !important;
}

p, body {
  font-family: "Soehne", "system-ui" !important;
  font-weight: 400 !important;
}


/* Youtube videos */

  /*Responsive video*/
.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
