    /*----------------------FONTS----------------------*/
    @font-face {
        font-family: Montserrat-Bold;
        /*font-weight: bold;*/
        src: url(fonts_cbpower/Montserrat-Bold.otf);        
    } 
    @font-face {
        font-family: Montserrat;
        /*font-weight: normal; não é reconhecido ......*/
        src: url(fonts_cbpower/Montserrat-Regular.otf);        
    }   
    @font-face {
        font-family: Montserrat-Medium;
        /*font-weight: normal; não é reconhecido ......*/
        src: url(fonts_cbpower/Montserrat-Medium.otf);        
    }
    @font-face {
        font-family: Montserrat-SemiBold;
        /*font-weight: 600; semibold; 700:bold normal:400*/
        src: url(fonts_cbpower/Montserrat-SemiBold.otf);      
    }
    @font-face {
        font-family: Montserrat-Thin;
        /*font-weight: thin;*/
        src: url(fonts_cbpower/Montserrat-Thin.otf);    
    }


    @font-face {
        font-family: SourceSansPro;
        src: url(fonts_cbpower/SourceSansPro-Light.otf);
        font-weight: lighter;
    }

    @font-face {
        font-family: SourceSansProLight;
        src: url(fonts_cbpower/SourceSansPro-Light.otf);
        font-weight: lighter;
    }

    @font-face {
        font-family: SourceSansPro;
        src: url(fonts_cbpower/SourceSansPro-LightIt.otf);
        font-weight: lighter;
        font-style: italic;
    }
    
    @font-face {
        font-family: SourceSansPro;
        src: url(fonts_cbpower/SourceSansPro-Regular.otf);
        font-weight: normal;
    }
    