/* .popper__arrow {
  border-top-color: #354052 !important;
}
.popper__arrow::after {
  border-top-color: #354052 !important;
  opacity: 0.7;
}
.el-tooltip__popper.is-dark {
  background: #354052 !important;
  opacity: 0.7;
  color: #fff;
} */
@font-face {
  font-family: 'Open Sans';
  src: url('./font/OpenSans.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: -apple-system, Open Sans, PingFang SC, robotoregular, Hiragino Sans GB, Heiti SC,
    Microsoft YaHei, WenQuanYi Micro Hei, Helvetica, Arial, monospace, serif !important;
}

/* 越南语用特殊的字体 */
/* #app.vi :not(i) {
  font-family: "Open Sans", "SanFranciso display" !important;
} */

#app:not(.zh_CN, .zh_HK) :not(i) {
  font-family: -apple-system, "Open Sans", "SanFranciso display" !important;
}