/**
 * Fanoos solid icon font subset — class names match baldr/webapp (`.f-{name}:before`).
 */
@font-face {
  font-family: fanoos-solid;
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src:
    url("/assets/fonts/icons/fanoos-solid/fanoos-solid.woff") format("woff"),
    url("/assets/fonts/icons/fanoos-solid/fanoos-solid.ttf") format("truetype");
}

[class^="f-"]::before,
[class*=" f-"]::before {
  font-family: fanoos-solid, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  display: inline-block;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

.f-user::before { content: "\e99f"; }
.f-wallet::before { content: "\ea2b"; }
.f-cloud-data-center::before { content: "\ea34"; }
.f-cloud-database::before { content: "\ea35"; }
.f-web::before { content: "\ea72"; }
.f-cloud::before { content: "\ea8d"; }
.f-support::before { content: "\ea38"; }
.f-question-circle::before { content: "\e99a"; }
.f-history::before { content: "\ea67"; }
.f-dashboard::before { content: "\ea15"; }
.f-external-link::before { content: "\e92d"; }

.baldr-fanoos-icon {
  font-family: fanoos-solid, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  direction: ltr;
  color: inherit;
}

.baldr-fanoos-icon::before {
  font-family: inherit;
}
