:root {
        --white-color: #FFFFFF;
        --off-white: #FFFEFE;

        --gold-primary: #D0A000;
        --star-yellow: #FFA500;
        --yellow-shadow: #e7cf7f2b;

        --green-primary: #3A9D29;
        --green-dark: #013301;
        --green-deep: #011A01;
        --green-darker: #052807;
        --green-forest: #0E3A10;
        --green-medium: #145C2E;
        --green-bright: #1F8A45;
        --green-soft: #265830;
        --green-light: #407E4C;

        --black-color: #000;
        --black-soft-40: rgba(0, 0, 0, 0.4);
        --black-soft-50: rgba(0, 0, 0, 0.5);
        --dark-green-bg: #001100;
        --gray-medium: #424242;

        --red-color: #990404;
        --red-bg-color: #ff00002b;
        --red-border: #801b1b63;

        --success-color: #990404;
        --success-bg-color: #ff00002b;
        --success-border: #801b1b63;

        --mint-light: #8EC4B7;

        --rkf-bg: #071e08;
        --rkf-bg-light: #0c2a0e;
        --rkf-border: rgba(58, 157, 41, 0.2);
        --rkf-border-hi: rgba(64, 143, 124, 0.45);
        --rkf-green: #3A9D29;
        --rkf-green-dim: rgba(58, 157, 41, 0.12);


        --gradient-gold-vertical: linear-gradient(180deg,
                        var(--off-white) 0%,
                        var(--gold-primary) 100%);

        --gradient-mint-horizontal: linear-gradient(90deg,
                        rgba(142, 196, 183, 0) 0%,
                        var(--mint-light) 50%,
                        rgba(142, 196, 183, 0) 100%);
        --gradient-border-color: linear-gradient(180deg, #408F7C 0%, #284C46 100%);
        --gradient-green-color: linear-gradient(180deg, #3A9D29 0%, #75EE60 100%);
        --box-border: linear-gradient(90deg, rgba(142, 196, 183, 0) 0%, #8EC4B7 50%, rgba(142, 196, 183, 0) 100%);

}