/* Icon font */
@font-face {
  font-display: swap;
  font-family: estore;
  src:
    url('estore.woff2') format('woff2'),
    url('estore.woff') format('woff'),
    url('estore.svg#estore') format('svg'),
    url('estore.ttf') format('truetype');
}
