:root {
    --shell-background: rgb(18,18,18);
    --card-background: rgb(26,26,26);
    --text-main-color: rgb(255,255,255);
    --text-secondary-color: rgb(191,191,191);
    --accent-color: rgb(242,194,75);
    --text-on-accent-color: rgb(0,0,0);
}
