/*===================== 
Configure colors and fonts.                                
Auto generated file, do not edit!                                
=====================*/   
@import url('https://fonts.googleapis.com/css?family=&display=swap');     
                 
:root{     

    --color-primary: #00abf9;
    
    --color-secondary: #F5BA00;

    --title-color: #2d3545;

    --color-text: #838b99;

    --color-button: #FFFFFF;
    --color-button-hover: #3B4757;
    --color-button-bg: #F5BA00;
    --color-button-bg-hover: #00abf9;
    
    --color-button2: #FFFFFF;
    --color-button2-hover: #FFFFFF;
    --color-button2-bg: #3B4757;
    --color-button2-bg-hover: #00abf9;
                               
}