:root {
    --font-titles:'KoHo';
    --font-body:'Poppins';
    --c-main-dark: #020A19;
    --c-secondary-dark: #031432;
    --c-blue: #0027DA;
    --c-blue-hover: #0422AD;
    --c-blue-light: #0067FF;
    --c-yellow: #DDF128;
    --c-light-grey: #F2F2F2;
    --c-light-grey2: #f8f8f8;
    --c-grey-dark: #2B2B3E;
    --header-height: 110px;

}