/**
 * Copyright © 2016-2023 The Thingsboard Authors
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"),
    url(MaterialIcons-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Material Icons Round";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons Round"), local("MaterialIconsRound-Regular"),
    url(MaterialIconsRound-Regular.otf) format("truetype");
}

@font-face {
  font-family: "Alibaba";
  src: local("阿里巴巴普惠体 3.0 55 Regular"),
    url(Alibaba-PuHuiTi-Regular.otf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Alibaba Medium";
  src: local("阿里巴巴普惠体 3.0 65 Medium"),
    url(Alibaba-PuHuiTi-Medium.otf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "思源黑体";
  /* src: url("./SourceHanSansSC-Regular-2.otf"); */
  font-weight: normal;
  font-style: normal;
  src: local("Noto Sans SC"), local("思源黑体"), local("Source Han Sans SC"),
    url(SourceHanSansSC-Regular-2.otf) format("truetype");
}

@font-face {
  font-family: "思源黑体 Medium";
  /* src: url("./SourceHanSansOLD-Medium-2.otf"); */
  font-weight: normal;
  font-style: normal;
  src: local("Noto Sans SC"), local("Source Han Sans SC"),
    url(SourceHanSansOLD-Medium-2.otf) format("truetype");
}

.material-icons {
  font-family: "Material Icons";
}

.material-icons-round {
  font-family: "Material Icons Round";
}

.material-icons,
.material-icons-round {
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: "liga";
}
