/**
 * DevExtreme Icons Font-Face Declaration
 * This file provides the icon font for DevExtreme components
 */

@font-face {
  font-family: 'DXIcons';
  src: url('/devextreme/icons/dxicons.woff2') format('woff2'),
       url('/devextreme/icons/dxicons.woff') format('woff'),
       url('/devextreme/icons/dxicons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* Apply the icon font to DevExtreme icon elements */
.dx-icon {
  font-family: 'DXIcons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Ensure icon pseudo-elements also use the font */
.dx-icon::before {
  font-family: 'DXIcons' !important;
}
