/* Minimal replacements for Themify icons used in the app. */
[class^="ti-"],
[class*=" ti-"] {
  font-family: "Segoe UI Symbol", "Noto Sans Symbols", "Arial", sans-serif;
  font-style: normal;
  line-height: 1;
  display: inline-block;
}

.ti-settings::before {
  content: "\2699";
}

.ti-close::before {
  content: "\00D7";
}

.ti-user::before {
  content: "\01F464";
}

.ti-wallet::before {
  content: "\01F4B0";
}

.ti-email::before {
  content: "\2709";
}
