﻿/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'Newson GLS DTP';
    src: url('../font/NewsonGLS-DPT-Regular.ttf') format('truetype');
    src: url('../font/NewsonGLS-WEB-Regular.woff2') format('woff2'), 
         url('../font/NewsonGLS-WEB-Regular.woff') format('woff'), 
         url('../font/NewsonGLS-DPT-Regular.ttf') format('truetype');         
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Newson GLS DTP';
    src: url('../font/NewsonGLS-DPT-Regular.ttf') format('truetype');
    src: url('../font/NewsonGLS-WEB-Regular.woff2') format('woff2'), 
         url('../font/NewsonGLS-WEB-Regular.woff') format('woff'), 
        url('../font/NewsonGLS-DPT-Regular.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


