:root {
    /* Classic Game Boy palette */
    --gb-darkest: #515E63;
    --gb-dark: #3B0D11;
    --gb-light: #FF206E;
    --gb-lightest: #F19A3E;
    
    /* Theme color assignments with enhanced readability */
    --bg-color: #e8f0e8; /* Light green background for readability */
    --container-bg: #DAFFED; /* Even lighter container background */
    --text-color: #515E63; /* Dark green text for contrast */
    --heading-color: #515E63;
    --link-color: #3B0D11; /* Darker green for links */
    --link-hover: #515E63;
    --accent-color: #FF206E;
    --border-color: #FF206E;
}

body {
    background-image: url("/cactus.png");
    background-color: #cccccc;
}