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

/* Base icon class */
[class^="wd-icon-"],
[class*=" wd-icon-"] {
    font-family: 'woodmart-font' !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;
}

/* === Common WoodMart Icons (minimum required) === */

.wd-icon-search:before { content: "\e900"; }
.wd-icon-user:before { content: "\e901"; }
.wd-icon-cart:before { content: "\e902"; }
.wd-icon-heart:before { content: "\e903"; }
.wd-icon-menu:before { content: "\e904"; }
.wd-icon-close:before { content: "\e905"; }
.wd-icon-arrow-down:before { content: "\e906"; }
.wd-icon-arrow-up:before { content: "\e907"; }
.wd-icon-arrow-left:before { content: "\e908"; }
.wd-icon-arrow-right:before { content: "\e909"; }
.wd-icon-plus:before { content: "\e90a"; }
.wd-icon-minus:before { content: "\e90b"; }
