@font-face {
  font-family: 'yoon';
  src:  url('../fonts/yoon.eot?k07v4k');
  src:  url('../fonts/yoon.eot?k07v4k#iefix') format('embedded-opentype'),
    url('../fonts/yoon.ttf?k07v4k') format('truetype'),
    url('../fonts/yoon.woff?k07v4k') format('woff'),
    url('fonts/yoon.svg?k07v4k#yoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'yoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

.icon-pause_btn:before {
  font-size: 20px;
  content: "\e901";
  color: #fff;
  transition: 0.6s;
  cursor: pointer;
}

.icon-pause_btn:hover::before {
  color: var(--signature-color-yellow);
}

.icon-play_btn:before {
  font-size: 20px;
  content: "\e902";
  color: #fff;
  transition: 0.6s;
  cursor: pointer;
}

.icon-play_btn:hover::before {
  color: var(--signature-color-yellow);
}

.icon-open_toggle:before {
  font-size: 45px;
  content: "\e900";
  color: #fff;
  transition: 0.6s;
  cursor: pointer;
}

.icon-open_toggle:hover::before {
  color: var(--signature-color);
}
