:root {
    --text-color-main: rgb(227 235 238);
    --text-color-accent: rgb(239, 246, 246);
    --text-color-secondary: #c1cad3;
    --text-color-dark: rgb(133, 138, 141);
    --font-size-main: 1.15rem;
    --font-size-h6: 1.2rem;
    --font-size-h5: 1.3rem;
    --bg-dark: rgb(55 76 116 / 50%);
    --bg-dark-shadow: 0 0 8px #3d457c;
    --bg-darker: rgb(31 48 81 / 50%);
    --bg-darker-shadow: 0 0 8px #23294e;
    --color-sted: #28a9e1;
    --color-bg: #438ce0;
    --color-secondary: #417fd2;
}
