/*-------------------------------------------------------*/ /* Icon Fonts /*-------------------------------------------------------*/ @font-face { font-family: "amela"; src: url("assets/fonts/amela.ttf?51lz7b") format("truetype"), url("assets/fonts/amela.woff?51lz7b") format("woff"), url("assets/fonts/amela.svg?51lz7b#amela") format("svg"); font-weight: normal; font-style: normal; font-display: block; } [class^="amela-icon-"], [class*=" amela-icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: "amela" !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .amela-icon-heart-empty:before { content: "\e90a"; } .amela-icon-heart-solid:before { content: "\e90b"; } .amela-icon-email:before { content: "\e90c"; } .amela-icon-whatsapp:before { content: "\e90d"; } .amela-icon-pinterest:before { content: "\e90e"; } .amela-icon-twitter:before { content: "\e90f"; } .amela-icon-facebook:before { content: "\e910"; } .amela-icon-check:before { content: "\e911"; } .amela-icon-heart:before { content: "\e913"; } .amela-icon-full-size:before { content: "\e912"; } .amela-icon-chevron-down:before { content: "\e900"; } .amela-icon-chevron-left:before { content: "\e901"; } .amela-icon-chevron-right:before { content: "\e902"; } .amela-icon-chevron-up:before { content: "\e903"; } .amela-icon-menu:before { content: "\e904"; } .amela-icon-paperclip:before { content: "\e909"; } .amela-icon-search:before { content: "\e905"; } .amela-icon-cart:before { content: "\e906"; } .amela-icon-user:before { content: "\e908"; } .amela-icon-close:before { content: "\e907"; }