/* Fix for tabler-icons font loading issues */
@font-face {
  font-family: 'tabler-icons';
  font-style: normal;
  font-weight: 400;
  font-display: swap; /* Improve font loading performance */
  src: url('/assets/fonts/tabler/tabler-icons.woff2') format('woff2'),
       url('/assets/fonts/tabler/tabler-icons.woff') format('woff'),
       url('/assets/fonts/tabler/tabler-icons.ttf') format('truetype');
}

/* Ensure icons render properly */
.tabler-icon {
  font-family: 'tabler-icons' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Hide warning about downloadable fonts */
@media screen {
  .no-font-warning {
    font-family: 'tabler-icons', sans-serif;
  }
}
