@font-face {
  font-family: 'FluentSystemIconsRegular';
  src: url('../fonts/FluentSystemIcons-Regular.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'FluentSystemIconsFilled';
  src: url('../fonts/FluentSystemIcons-Filled.woff2') format('woff2');
  font-display: swap;
}

.fluent-icon-font {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fluent-icon-font--regular {
  font-family: 'FluentSystemIconsRegular' !important;
}

.fluent-icon-font--filled {
  font-family: 'FluentSystemIconsFilled' !important;
}
