@font-face {
    font-family: 'Sofia Pro';
    src: url('./fonts/sofia-pro-regular-webfont.eot');
    src: url('./fonts/sofia-pro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/sofia-pro-regular-webfont.woff') format('woff'),
         url('./fonts/sofia-pro-regular-webfont.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

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