﻿:root {
    --main-color: #B5207A;
    --hover-color: #ffa500;
    --header-color: #B5207A;
    --button-color: #B5207A;
    --menu-color: #ffffff;
    --background-first-degree: #ffffff;
    --background-second-degree: #ffffff;
    --background-third-degree: #E2E2E2;
    --background-fourth-degree: #7B7B7B;
    --background-fifth-degree: #cccccc;
    --background-sixth-degree: #EBEBEB;
    --background-seventh-degree: #F3F3F3;
    --font-color: #000000;
}

[theme="d"] {
    --main-color: #B5207A;
    --hover-color: #ffa500;
    --header-color: #B5207A;
    --button-color: #B5207A;
    --menu-color: #ffffff;
    --background-first-degree: #121212;
    --background-second-degree: #212121;
    --background-third-degree: #424242;
    --background-fourth-degree: #616161;
    --background-fifth-degree: #0e0e0e;
    --background-sixth-degree: #2B2B2B;
    --background-seventh-degree: #101010;
    --font-color: #ffffff;
}
