/* TODO use SASS: https://stackoverflow.com/questions/28261287/how-to-change-btn-color-in-bootstrap */

:root {
    --senoty-haiti: #1A1029;
    --senoty-milano-red: #C2060C;
    --senoty-cyan-aqua: #08FCFF;
    --senoty-oxford-blue: #333F50;
    --senoty-bermuda-grey: #6982A5;
    --senoty-cornflower: #95B9EB;
    --senoty-regent-grey: #929AA2;
    --senoty-barley-corn: #A69C62;
                
    --senoty-text-light: #ffffff;
    --senoty-text-dark: #000000;
                
                
    --senoty-primary-color: #1A1029;
    --senoty-secondary-color: #08FCFF;
                
    --senoty-color-green: #63dcae;
    
    --senoty-font-bold: 'ClearSans Bold', sans-serif;
    --senoty-font-regular: 'ClearSans Regular', sans-serif;
}
             