:root {
    --grey: #E0E0E0;
    --grey-background: #F5F5F5;
    --grey-medium: #8F8F8F;
    --grey-medium-hover: #aeaeae;
    --grey-medium-darker: #6b6b6b;
    --grey-dark: #353535;
    --main: #6F1326;
    --main-hover: #a5243e;
    --main-secondary: #37471D;
    --main-secondary-hover: #547026;

    --purple-regular: #6D60D6;
    --orange-regular: #FFA900;
    --aquamarine-regular: #009598;
    --pink-regular: #D77ABE;
    --strong-orange-regular: #ff5e00;
    --electric-blue-regular: #0062ff;

    --purple-regular-hover: #887be8;
    --orange-regular-hover: #ffc758;
    --aquamarine-regular-hover: #17bbbe;
    --pink-regular-hover: #f3a9df;
    --strong-orange-regular-hover: #ff9c62;
    --electric-blue-regular-hover: #2076ff;

    --purple-regular-pale: #b8b3da;
    --orange-regular-pale: #fceac6;
    --aquamarine-regular-pale: #76aeaf;
    --pink-regular-pale: #f8e5f3;
    --strong-orange-regular-pale: #f6ded0;
    --electric-blue-regular-pale: #bcd3f7;

    --error: #aa0123;
    --error-hover: #da002c;

    --ok: #4daa01;
    --ok-hover: #64d00d;

    --warning: #ff5e00;
    --warning-hover: #ff7c30;

    /* PUBLIC */
    --public-background: #fbf7f6;

    --public-dark-brown: #180101;

    --public-green: #658c28;
    --public-green-hover: #84b13c;

    --public-green-soft: #E3EAD7;
    --public-green-soft-hover: #c9d2b8;

    --public-brown: #7f3527;
    --public-brown-hover: #944232;

    --public-brown-soft: #eaded8;
    --public-brown-soft-hover: #d8c6bf;
}
