:root {
    --color-1: #EBB85F;
    --color-1-middle: #EEC277;
    --color-1-sub: #f0e3ce;
    --color-2: #043959;
    --color-2-sub: #4C84A7;

    --grey-1: #f2f2f2;
    --grey-2: #dedede; 
    --grey-3: #cccccc; 
    --grey-4: #353535;
    --error-1: #ff0000;
    --error-2: rgb(255, 0, 0, 0.2);
}