:root {
    --background-color: #ffffff; /* White background */
    --text-color: #000000; /* Black text */
    --button-background: #FA8072; /* Primary bright red */
    --button-hover: #17a2b8; /* Secondary sky blue */
    --input-border: #ffc107; /* Accent bright yellow */
}
