:root {
    --primary-color-lighter: #5be091 !important;
    --primary-color: #1c7a3f !important;
    --primary-color-hover: #0f552c;
    --primary-text-color: white;
    --primary-dark-color: #131416;
    --secondary-lighter-color: #262626;
    --input-dark-color: #181b1f;

    --golden-gradient: linear-gradient(to bottom, #1c7a3f, #0f552c);
    --golden-solid: #2fbf71;
    --gold-dark-solid: #0e7037;
    --card-dark: #1d1d1d;
    --sidebar-active-color: white;

    --login-big-gradient: linear-gradient(
        90deg,
        rgba(15, 85, 44, 0.68) 0%,
        rgba(40, 47, 41, 0.65) 31%,
        var(--background-950) 100%
    );
    --login-mobile-gradient: linear-gradient(
        180deg,
        rgba(15, 85, 44, 0.69) 0%,
        rgba(15, 85, 44, 0.56) 13%,
        rgba(34, 34, 34, 0.71) 27%,
        rgba(38, 38, 38, 1) 53%
    );

    --text: hsl(47, 39%, 91%);
    --background-50: #f2f2f2;
    --background-100: #e6e6e6;
    --background-200: #cccccc;
    --background-300: #b3b3b3;
    --background-400: #999999;
    --background-500: #808080;
    --background-600: #666666;
    --background-700: #4d4d4d;
    --background-800: hsl(0, 0%, 12%);
    --background-900: hsl(0, 0%, 10%);
    --background-950: #0d0d0d;

    --primary-oso: hsl(140, 40%, 70%);
    --secondary-oso: #0f552c;
    --accent: #2fbf71;

    --main-text: white;
}
