/* --- Colors --- */
:root {
    --main: #3b3e42;
    --main-hover: #ffa69e;
    --main-secondary:#5d6372;

    --border: #d7d7d7;
    --body-color: #222222;
    --body-dark: #111;

    --bg-main: #faeceb;
    --bg-main2: #deedef;
    --body-light: #777;
    --cta-green: #18992c;
    --cta-green-light: #f2fff4;
    --grey: #ced4da;
    --grey-light: #e4e4e4;
    --grey-bg: #f5f5f5;
}
nav .logo {
    max-width: 124px!important;
    max-height: 100%!important;
}
