:root {
  --app-font-family: -apple-system-body, ui-sans-serif, -apple-system, system-ui, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
}

html,
body,
button,
input,
textarea,
select,
.swal2-popup,
.swal2-title,
.swal2-html-container {
  font-family: var(--app-font-family) !important;
}

.bx,
[class*="bx-"],
.boxicons,
[class^="bx-"],
[class*=" bx-"] {
  font-family: "boxicons" !important;
}

.fc-icon,
[class^="fc-"]::before {
  font-family: "fcicons" !important;
}
