@media (prefers-color-scheme: light) {
  .figma-popup__overlay {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .figma-popup__overlay h4 {
    color: #000 !important;
  }
  .figma-popup__content {
    background: #fff;
    color: #000;
  }
  .figma-popup__content .figma-popup__desc {
    color: rgba(20, 21, 31, 0.7);
  }
  .figma-popup__content .figma-logo {
    border: 1px solid rgba(20, 21, 31, 0.12);
    background: rgba(20, 21, 31, 0.03);
  }
  .figma-popup__content .tw_button.grey_outline {
    background: rgb(255, 255, 255);
    border: 1px solid rgba(20, 21, 31, 0.12);
    color: rgb(20, 21, 31);
  }
  .figma-popup__content .tw_button.white_bg {
    background: rgb(20, 21, 31);
    border: 1px solid rgba(20, 21, 31, 0);
    color: #fff;
  }
  .figma-popup__content .tw_button.white_bg span {
    color: #fff;
  }
}
