
/**Prometo Font**/
@font-face {
    font-family: 'Prometo';
    src: url('/fonts/Prometo-Light.eot');
    src: local('Prometo Light'), local('Prometo-Light'),
        url('/fonts/Prometo-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Prometo-Light.woff2') format('woff2'),
        url('/fonts/Prometo-Light.woff') format('woff'),
        url('/fonts/Prometo-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

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

.prometo,.prometo-light,.prometo-bold{font-family:'Prometo',sans-serif;}
.prometo-light{font-weight:300 !important; }
.prometo-bold{font-weight:700 !important; }