/*fonts*/

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

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

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

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

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

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

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

.tahoma {
  font-family: tahoma;
}

.alegreya {
    font-family: 'Alegreya', Georgia, serif;
    font-style: italic;
}