:root {
    --primary-color-lighter: #55a19b !important;
    --primary-color: #2b6561 !important;
    --primary-color-hover: #1e4a47;
    --primary-text-color: white;
    --primary-dark-color: #131416;
    --secondary-lighter-color: #262626;
    --input-dark-color: #181b1f;

    --golden-gradient: linear-gradient(to bottom, #2b6561, #1e4a47);
    --golden-solid: #3c8f89;
    --gold-dark-solid: #1a3d3b;
    --card-dark: #1d1d1d;
    --sidebar-active-color: white;

    --login-big-gradient: linear-gradient(
        90deg,
        rgba(43, 101, 97, 0.68) 0%,
        rgba(38, 46, 45, 0.65) 31%,
        var(--background-950) 100%
    );
    --login-mobile-gradient: linear-gradient(
        180deg,
        rgba(43, 101, 97, 0.69) 0%,
        rgba(43, 101, 97, 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: #55a19b;
    --secondary-oso: #1e4a47;
    --accent: #3c8f89;

    --main-text: white;
}
