.v3-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.iconpark-icon {
  /* width: 24px;
  height: 24px; */
  fill: currentColor;
}

/* custom open source emoji font, for creation canvas text */
@font-face {
  font-family: 'NotoEmoji';
  src: url('https://static.heygen.ai/font/Noto_Color_Emoji/NotoColorEmoji-Regular.ttf')
    format('truetype');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}

#root {
  position: relative;
  background-color: #fff; /* for override dom which z-index = -1 */
  width: 100%;
  height: 100%;
}
html,
body,
#root {
  overscroll-behavior-x: none;
}
