@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Black.woff2') format('woff2'),
    url('../fonts/Lato/Lato-Black.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Bold.woff2') format('woff2'),
    url('../fonts/Lato/Lato-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Regular.woff2') format('woff2'),
    url('../fonts/Lato/Lato-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Medium.woff2') format('woff2'),
    url('../fonts/Lato/Lato-Medium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Light.woff2') format('woff2'),
    url('../fonts/Lato/Lato-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-LightItalic.woff2') format('woff2'),
    url('../fonts/Lato/Lato-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}



/**
 * OLD CODE BELOW
 */

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Bold.woff2') format('woff2'),
    url('../fonts/Roboto/Roboto-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?82955897');
    src: url('../fonts/fontello.eot?82955897#iefix') format('embedded-opentype'),
         url('../fonts/fontello.woff2?82955897') format('woff2'),
         url('../fonts/fontello.woff?82955897') format('woff'),
         url('../fonts/fontello.ttf?82955897') format('truetype'),
         url('../fonts/fontello.svg?82955897#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {*/
/*    font-family: 'fontello-new';*/
/*    src: url('../fonts/fontello-new/fontello-new.eot?60728163');*/
/*    src: url('../fonts/fontello-new/fontello-new.eot?60728163#iefix') format('embedded-opentype'),*/
/*    url('../fonts/fontello-new/fontello-new.woff2?60728163') format('woff2'),*/
/*    url('../fonts/fontello-new/fontello-new.woff?60728163') format('woff'),*/
/*    url('../fonts/fontello-new/fontello-new.ttf?60728163') format('truetype'),*/
/*    url('../fonts/fontello-new/fontello-new.svg?60728163#fontello-new') format('svg');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

@font-face {
    font-family: 'fontello-new';
    src: url('../fonts/fontello-new/fontello-new.eot?3769953');
    src: url('../fonts/fontello-new/fontello-new.eot?3769953#iefix') format('embedded-opentype'),
    url('../fonts/fontello-new/fontello-new.woff2?3769953') format('woff2'),
    url('../fonts/fontello-new/fontello-new.woff?3769953') format('woff'),
    url('../fonts/fontello-new/fontello-new.ttf?3769953') format('truetype'),
    url('../fonts/fontello-new/fontello-new.svg?3769953#questagrande') format('svg');
    font-weight: normal;
    font-style: normal;
}
   
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
   
.icon-right:before { content: '\e800'; } /* '' */
.icon-login:before { content: '\e801'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello-new";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-ic-arrow:before { content: '\e800'; }
.icon-ic-email:before { content: '\e801'; }
.icon-ic-facebook:before { content: '\e802'; }
.icon-ic-linkedin:before { content: '\e803'; }
.icon-ic-twitter:before { content: '\e804'; }