:root {
    --font-body:"Heebo", sans-serif;
    --c-black: black;
    --c-grey: #848484;
    --c-white: white;
    --grid:1300px;
    --grid-four-cols:4;
    --grid-three-cols:3;
    --transition: all .4s ease;
    --header-height: 145px;

}