@font-face {
  font-family: 'fontello';
  src:
    url('../fonts/fontello.woff2') format('woff2'),
    url('../fonts/fontello.woff') format('woff'),
    url('../fonts/fontello.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block; /* Gives font 3s to load, prevents layout shift */
}

.fontello {
  font-family: 'fontello' !important;
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  /* You can add more icon styling here if needed */
}
