/*===================== 
Configure colors and fonts.                                
Auto generated file, do not edit!                                
=====================*/   
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');     
                 
:root{                            
    --color-primary: #EDE7D9;                                                             
    --color-secondry: #e77817;      

    --color-title-color: #4B4237;                               
    --color-text-color: #4B4237;                               
    
    /*Header*/
    --bottom-row-bg:#e77817;
    --bottom-row-text-color:#ffffff;
    --bottom-row-text-color-hover: #4B4237;

    --menu-text-color:#4B4237;
    --menu-text-color-hover:#e77817;
    
    /*Button1*/
    --btn1-bg:#84c225;
    --btn1-text:#ffffff;
    --btn1-bg-hover:#FFE800;
    --btn1-text-hover:#4B4237;
    /*Button2*/
    --btn2-bg:#FFE800;
    --btn2-text:#4B4237;
    --btn2-bg-hover:#84c225;
    --btn2-text-hover:#ffffff;

    /*Footer*/
    --footer-text:#4B4237;
    --footer-text-hover:#e77817;
    
                
    --font-family-title: 'Roboto';                                
    --font-family-text: 'Montserrat'; 
    
     
    --font-size-title: 48px; 
    --font-size-text: 16px;                                  
                   
    --font-size-title-plus: 48px; 
    --font-size-text-plus: 18px;                                  
    --font-size-title-plus2: 28px;                                  
                   
 
                                
}