/* Local font only — icon rules come from CDN bootstrap-icons.min.css in index.html */
@font-face {
  font-display: swap;
  font-family: bootstrap-icons;
  src:
    url("/assets/css/bootstrap-icons/fonts/bootstrap-icons.woff2") format("woff2"),
    url("/assets/css/bootstrap-icons/fonts/bootstrap-icons.woff") format("woff"),
    url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/fonts/bootstrap-icons.woff2") format("woff2");
}
