/* Loads Bootstrap Icons (font + classes) from the CDN */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css");

/* Optional: tiny helpers you might like */
.bi { vertical-align: -0.125em; }
.btn .bi { margin-top: -1px; }         /* aligns icon inside small buttons */
.bi-lg { font-size: 1.25rem; }
.bi-xl { font-size: 1.5rem; }
