﻿:root {
    --main-color: #8C6B00;
    --secondary-color: #ffa500;
    --bar-color: #ffa500;
    --resa-green: #339900;
    --resa-red: #ff0000;
    --resa-lime: #effeb9;
    --resa-blue: #4795b2;
    --resa-lightblue: #d0cae5;
    --background-first-degree: #ffffff;
    --background-second-degree: #ffffff;
    --background-third-degree: #E2E2E2;
    --background-fourth-degree: #EBEBEB;
    --background-fifth-degree: #cccccc;
    --font-color: #000000;
}

[theme="d"] {
    --main-color: #8C6B00;
    --secondary-color: #ffa500;
    --bar-color: #ffa500;
    --resa-green: #194c00;
    --resa-red: #7f0000;
    --resa-lime: #546c01;
    --resa-blue: #11252c;
    --resa-lightblue: #2b2348;
    --background-first-degree: #171717;
    --background-second-degree: #404040;
    --background-third-degree: #969696;
    --background-fourth-degree: #616161;
    --background-fifth-degree: #847b7b;
    --font-color: #ffffff;
}
