
@font-face {
  font-family: 'Font Awesome 6 Free';
  src: url('/static/font/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-display: block;
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  src: url('/static/font/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-display: block;
}


.fa-solid, .fa-regular {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
.fa-solid { font-weight: 900; }
.fa-regular { font-weight: 400; }

.fa-calendar::before { content: "\f133"; } /* 常规日历 */
.fa-chevron-down::before { content: "\f078"; } /* 向下箭头 */
.fa-calendar-days::before { content: "\f783"; } /* 日期日历 */
.fa-calendar-check::before { content: "\f274"; } /* 勾选日历 */
.fa-lightbulb::before { content: "\f0eb"; } /* 灯泡 */
.fa-circle-exclamation::before { content: "\f06a"; } /* 感叹号 */
.fa-circle-question::before { content: "\f059"; } /* 问号 */
.fa-toolbox::before { content: "\f551"; } /* 工具箱 */
.fa-bullhorn::before { content: "\f0a1"; } /* 喇叭图标 */
.fa-triangle-exclamation::before { content: "\f071"; } /* 三角形感叹号图标 */
.fa-calendar-xmark::before { content: "\f273"; } /* 日历叉号图标 */
.fa-calendar-plus::before { content: "\f271"; } /* 日历加号图标 */
.fa-search::before { content: "\f002"; }
.fa-calendar-day::before { content: "\f783"; }