/*
Theme Name: paulblomeyer
Template: hello-elementor
*/
@font-face {
  font-family: Intelo;
  src: url("../fonts/intelo_thin-webfont.woff2") format("woff2"), url("../fonts/intelo_thin-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Intelo;
  src: url("../fonts/intelo_light-webfont.woff2") format("woff2"), url("../fonts/intelo_light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Intelo;
  src: url("../fonts/intelo_regular-webfont.woff2") format("woff2"), url("../fonts/intelo_regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Intelo;
  src: url("../fonts/intelo_bold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
.wp-playlist {
  background: transparent !important;
  color: white !important;
  border: 0 !important;
}

.wp-playlist-item {
  font-size: 1rem !important;
  padding: 1rem 0 !important;
}
.wp-playlist-item a {
  color: #fff !important;
}
.wp-playlist-item .wp-playlist-item-title {
  font-size: 1rem !important;
}

.wp-playlist-playing .wp-playlist-item-title {
  color: #191C2D !important;
}

.wp-playlist-item-length {
  top: 50% !important;
  transform: translateY(-50%);
}

.wp-playlist-current-item {
  background-color: #FFFFFF;
  padding: 1rem;
  height: auto !important;
}

.wp-playlist-item-meta.wp-playlist-item-title {
  font-size: 2rem;
  padding: 0.5rem 1rem;
  font-weight: 600;
}

.mejs-currenttime, .mejs-duration {
  font-size: 1rem;
  font-family: Intelo !important;
}/*# sourceMappingURL=style.css.map */