@font-face {
  font-family: 'themix';
  src: url('https://cdn.skauting.cz/fonts/TheMix_LT_400.eot');
  src: url('https://cdn.skauting.cz/fonts/TheMix_LT_400.eot? #iefix') format('embedded-opentype');
  src: url('https://cdn.skauting.cz/fonts/TheMix_LT_400.woff') format('woff'),
      url('https://cdn.skauting.cz/fonts/TheMix_LT_400.woff2') format('woff2'),
      url('https://cdn.skauting.cz/fonts/TheMix_LT_400.otf') format('opentype'),
      url('https://cdn.skauting.cz/fonts/TheMix_LT_400.svg#themix') format('svg');
  font-weight: 400;
  font-style: normal;
} 
@font-face {
  font-family: 'themix';
  src: url('https://cdn.skauting.cz/fonts/TheMix_LT_700.eot');
  src: url('https://cdn.skauting.cz/fonts/TheMix_LT_700.eot? #iefix') format('embedded-opentype');
  src: url('https://cdn.skauting.cz/fonts/TheMix_LT_700.woff') format('woff'),
   url('https://cdn.skauting.cz/fonts/TheMix_LT_700.woff2') format('woff2'),
       url('https://cdn.skauting.cz/fonts/TheMix_LT_700.otf') format('opentype'),
       url('https://cdn.skauting.cz/fonts/TheMix_LT_700.svg#themix') format('svg');
  font-weight: 700;
  font-style: normal;
}


.wp-embed {
    border-radius: 10px;
    font-family: 'themix' !important;
    padding: 26px !important;
}
.wp-embed-footer{
  display: none !important;
}
.wp-embed:has(a:hover) {
    border: 1px solid #3979B5;
    transition: 0.2s ease-in;
}
.wp-embed-featured-image {
    margin-bottom: 6px !important;
}