/**
 * ============================================================
 * BOOTSTRAP ICONS — font-display override
 * ASP Moldova — aspgovmd theme
 * ============================================================
 */
@font-face {
  font-family: "bootstrap-icons";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src:
    url("/libraries/bootstrap-icons/fonts/bootstrap-icons.woff2") format("woff2"),
    url("/libraries/bootstrap-icons/fonts/bootstrap-icons.woff") format("woff");
}
