:root {
    --font:"Heebo", sans-serif;
    --c-accent:#49CAE7;
    --c-accent-dark:#0298BD;
    --c-dark-blue:#180636;
    --c-white:white;
    --transition: all .4s ease;
    --header-height: 148px;
    --grid:1576px;
    --grid-small:1180px;
    --grid-wide:1824px;
    --grid-narrow:900px;
    --grid-three-items:3;
    --grid-two-items:2;
}
