/*!
 * Font Awesome Free 6.0.0-beta3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

/* Font Awesome 图标定义 */
.fa-user:before { content: "\f007"; }
.fa-lock:before { content: "\f023"; }
.fa-save:before { content: "\f0c7"; }
.fa-folder:before { content: "\f07b"; }
.fa-folder-open:before { content: "\f07c"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-unlock:before { content: "\f09c"; }
.fa-lock-open:before { content: "\f3c1"; }

/* Font Awesome 核心样式 */
.fas {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("webfonts/fa-solid-900.woff2") format("woff2"), 
       url("webfonts/fa-solid-900.ttf") format("truetype");
}