:root {
    --page-bg: #FFFFFFB0;
    --top-bar-bg: #FFFFFFFF;
    --top-bar-text: #000000FF;
    --top-bar-link: #C93C73FF;
    --top-bar-link-hover: #B91D5BFF;
    --top-bar-social-bg: #8D8B8BFF;
    --top-bar-social-bg-hover: #5D5F5EFF;
    --top-menu-bg: #FFFFFFFF;
    --top-menu-link: #222222FF;
    --top-menu-link-hover: #000000FF;
    --top-menu-link-bg: #FFFFFFFF;
    --top-menu-link-bg-hover: #F3F5F7FF;
    --top-menu-highlight-link: #FFFFFFFF;
    --top-menu-highlight-bg: #C93C73FF;
    --top-menu-highlight-link-hover: #E891B4FF;
    --top-menu-highlight-bg-hover: #C93C73FF;
    --top-menu-border-radius: 4px;
    --top-menu-highlight-border-radius: 4px;
    --footer-bg: #222222FF;
    --footer-link: #FFFFFFFF;
    --footer-link-hover: #CCCCCCFF;
    --footer-link-bg: #FFFFFFFF;
    --footer-link-bg-hover: #E8E8E8FF;
    --footer-highlight-link: #FFFFFFFF;
    --footer-highlight-bg: #000000FF;
    --footer-highlight-link-hover: #FFFFFFFF;
    --footer-highlight-bg-hover: #333333FF;
    --footer-border-radius: 4px;
    --footer-highlight-border-radius: 4px;
    --bottom-bar-bg: #FFFFFFFF;
    --bottom-bar-text: #000000FF;
    --bottom-bar-link: #B91D5BFF;
    --bottom-bar-link-hover: #841541FF;
    --bottom-bar-social-bg: #333333FF;
    --bottom-bar-social-bg-hover: #555555FF;
    --page-heading: #111111FF;
    --page-text: #333333FF;
    --page-link: #000000FF;
    --page-link-hover: #555555FF;
    --element1-special-element: #000000FF;
    --element1-additional-element: #B91D5BFF;
    --element2-special-element: #FFFFFFFF;
    --element2-additional-element: #E8E3E5FF;
}