/* --- Colors --- */

:root {
    --main: #e4bf00;
    --main-light: #f7abb2;
    --main-dark: #1f3d70;
    --accent: #f8eede;
    --body-color: #212529;
    --cta-green: #18992c;
    --cta-green-dark: #06AA98;
    --grey: #ced4da;
    --grey-dark: #333333;
    --grey-light: #fafafa;
    /*--footer-bg-color: ;*/
}
.box-mobile-menu.open {
    background: var(--main)!important;
}