@charset "UTF-8";
/*
  字体
  @group font
  @type font
  @component font
  @style
  @display Font
  @chinese 字体
  @family style
 */
:root {
  /*
    @desc fontfamily1
    @semantic 字体族1
   */
  --font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
}