@font-face {
    font-family: 'esporaoiconsregular';
    src: url('../fonts/EsporaoIcons-Regular.eot');
    src: url('../fonts/EsporaoIcons-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/EsporaoIcons-Regular.woff2') format('woff2'),
         url('../fonts/EsporaoIcons-Regular.woff') format('woff'),
         url('../fonts/EsporaoIcons-Regular.ttf') format('truetype'),
         url('../fonts/EsporaoIcons-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
  font-family: "esporaoiconsregular";
}

@font-face {
  font-family: 'EB Garamond';
  src: url('../fonts/AGaramondPro-Regular.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/AGaramondPro-Regular.otf')  format('opentype'),
       url('../fonts/AGaramondPro-Regular.woff') format('woff'), 
       url('../fonts/AGaramondPro-Regular.ttf')  format('truetype'), 
       url('../fonts/AGaramondPro-Regular.svg#AGaramondPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}