:root {
    --primary-color: #141416;
    --primary-color-rgba: rgba(20, 20, 22, 0.4);
    --secondary-color: #252526;
    --select-color: #2e2e2e;
    --font-color: #ffffff;
    --border-line-color: rgb(37, 37, 38, 0.7);
    --laranjaNB: #fb7303;
    --azulClarinho: #5cd4ef;
    --azulEscuro: #007aff;
    --box-shadow: 0 4px 6px 4px rgba(0, 0, 0, 0.1);
    --color-cosmica: #00ccff;
    --color-halley: #ffc106;
    --color-stellar: #0049e8;
    --color-gemini: #becede;
    --color-success: #34c759;
    --color-error: #e53734;
    --color-warning: #ffcc00;
    --disable-grey: #8e8e8e;
    --dark-grey: #606060;
}

[data-theme="light"]:root {
    --primary-color: #e5e5e5;
    --secondary-color: #d9d9d9;
    --font-color: #000000;
    --select-color: #a8a8a8;
    --border-line-color: rgb(229, 229, 229, 0.5);
    --corSubTexto: #222222a3;
    --box-shadow: 0 3px 4px rgb(217 217 217);
}