:root {
    --theme-color: rgba(103, 133, 113, 1);
    --theme-transparent: rgba(103, 133, 113, 0.8);
    --theme-highlight: rgba(103, 133, 113, 0.3);
    --theme-shadow: rgba(103, 133, 113, 0.32);
    --theme-link: rgba(103, 133, 113, 1);
}

