@charset "utf-8";
/* CSS Document */

/* FONTS */
@font-face {
    font-family: 'editorialnew-bold';
    src: url('fonts/editorialnew-bold.eot');
    src: url('fonts/editorialnew-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/editorialnew-bold.woff2') format('woff2'),
         url('fonts/editorialnew-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

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

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