/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
/* Font import for h1 */  
@import url(http://fonts.googleapis.com/css?family=Open+Sans);  
/* Font import for h2 */  
@import url(http://fonts.googleapis.com/css?family=Roboto);  
/* Font import for h2 */  
@import url(http://fonts.googleapis.com/css?family=PT+Sans);  

h1 {  
    font-family: 'Roboto', sans-serif;  
    font-size: 36px;  
    line-height: 30px;  
    color: rgb(0,0,0)  
}  
h2 {  
    font-family: 'Roboto', sans-serif;  
    font-size: 30px;  
    line-height: 24px;  
    color: rgb(0,0,0)  
}  
h3 {  
    font-family: 'Roboto', sans-serif;  
    font-size: 26px;  
    line-height: 20px;  
    color: rgb(0,0,0)  
}
h4 {  
    font-family: 'Roboto', sans-serif;  
    font-size: 20px;  
    line-height: 15px;  
    color: rgb(0,0,0)  
}
h5 {  
    font-family: 'Roboto', sans-serif;  
    font-size: 18px;  
    line-height: 13px;  
    color: rgb(0,0,0)  
}

.uk-button {

    font-family: 'Roboto';
	}
	

.uk-panel-box {

    font-family: 'Roboto';
	}

.uk-accordion {

    font-family: 'Roboto';
	}