:root {
    --yellow: #fbd20f;
    --yellow-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.08);
    --yellow-shadow-2: inset 0px 2px 0px rgba(0, 0, 0, 0.08);

    --base-900: #181a1e;
    --base-700: #3b3c44;
    --base-600: #5d616c;
    --base-500: #767b89;
    --base-300: #e5e6e8;
    --base-100: #ffffff;
    --grey-bg: linear-gradient(180deg, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
}
body.dark-mode {
}
