:root {
    --display-url-color: darkred;  /* Site-specific display URL color */
    --dark-blue: darkblue;                  /* Link/title color */
    --text-dark: #333;                       /* Dark text color */
    --text-black: black;                     /* Black text color */
    --border-color: #aaa;                    /* Border color */
    --bg-gray: #F1F1F1;                     /* Background gray */
    --success-green: #188038;               /* Success/green color */
    --container-max-width: 1140px;          /* Max container width */
}

