
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro.ttf') format('truetype');
  font-weight: 400; /* or 700 if you're using bold */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Bold.otf') format('opentype');
  font-weight: 700; /* or 700 if you're using bold */
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Semibold.otf') format('opentype');
  font-weight: 600; /* or 700 if you're using bold */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Medium.otf') format('opentype');
  font-weight: 500; /* or 700 if you're using bold */
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Regular.otf') format('opentype');
  font-weight: 400; /* or 700 if you're using bold */
  font-style: normal;
  font-display: swap;
}
main {
    max-width: 100vw;
  }
  .swiper-button-prev,
  .swiper-button-next {
    position: static !important;
    width: 32px;
    height: 32px;
    color: white;
  }
html, body {
    height: 100%;
    margin: 0;
    font-family: 'SF Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.03em;
}

aside {
  height: 100%;
  overflow-y: auto;
}
.playBtn{
    line-height: 21px;
    font-family: 'SF Pro', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
}
.titleFonts{
    font-weight: 700;
    font-size: 19px;
    line-height: 100%;
}
.yearafter:after{
    content: "|";
    color: #999;
    margin-left: 5px;
}

#season-1-episodes > div:not(:first-child){
    margin-top: 0;
}
.selectedMenu{
    color: #fff;
}
.menus{
    color : #545454
}

.selectable.selected {
    border: 2px solid #EF0555;
/* background-color: rgba(239, 5, 85, 0.2); */
}
.isblur img {
    filter: blur(10px);
    transition: filter 0.3s ease;
}

.noblur img {
    filter: none;
}
