/*
 * Boxicons icon?font – loaded from the official CDN stylesheet so that
 * every .bx-* class maps to the correct glyph automatically.
 * The full Boxicons CSS is imported below; only the size modifiers
 * at the bottom are project?specific.
 */
@import url('https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css');

/* Icon size modifiers (Sneat template compatibility) */
.icon-base { font-size: 1.25rem; }
.icon-md   { font-size: 1.375rem; }
.icon-sm   { font-size: 1rem; }
.icon-lg   { font-size: 1.75rem; }
.icon-xl   { font-size: 2.25rem; }
