:root {
    --white: #ffffff;
    --black: #000000;
    --primary: #3d3d3d;
    --grey:#4c4c4c;
    --lightgrey:#c3c3c3;
    
    --footer:#193246;
    --background: #193246;
    --background80: rgba(25, 50, 70,0.8);
    --secondary: #949177;

    --darkblue: #1f497d;
    --lightblue: #9fbfe7;



    --defaultWeight: 400;
    --defaultSize: 16px;
    --defaultFont: "Nunito Sans",sans-serif;

    --headlineFont:"Nunito Sans",sans-serif;
    --headlineWeight:400;

    --overlayFont:"Nunito Sans",sans-serif;
    --overlayWeight:400;
}



