:root {
    --color-main: #1c1d29;
    --color-secondary: #3c3e50;
    --color-separator: #3c3e508f;
    --color-hoverange: #d85c2b;
    --color-hover: #1f54bc;
    --color-bg-default: #ffffff;
    --color-bg-muted: #f1f0ec;
    --color-bg-muted-strong: #e7e4de;
    --color-text-default: #000;
    --color-text-muted: rgba(0, 0, 0, 0.64);
    --color-border-soft: rgba(0, 0, 0, 0.12);
    --color-border-strong: rgba(0, 0, 0, 0.3);
    --color-button-bg: var(--color-secondary);




}
