/*
* 自定义字体样式类
*/
@font-face {
  font-family: 'FontsCustom';
  src: url("../css/DouyinSansBold.otf") format('opentype');
  font-weight: normal;
  font-style: normal;
}

.csf {
  display: inline-block;
  font-family: 'FontsCustom';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*='csf-']:before {
  font-weight: 400;
  font-family: 'FontsCustom';
}

/* makes the font 33% larger relative to the icon container */
.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fc-000 {
  color: #000;
}

.fc-fff {
  color: #fff;
}

.fc-f5f5f5 {
  color: #f5f5f5;
}

.fc-f0f0f0 {
  color: #f0f0f0;
}

.fc-f0f0f0 {
  color: #f0f0f0;
}
.fc-c9a063 {
  color: #c9a063;
}