:root {
    --primary-color: #8E5B55;
    --secondary-color: #343a40; /* Dark grey, similar to Bootstrap's default dark */
    --text-light: #ffffff;
    --text-dark: #343a40; /* Dark grey for text */
    --background-light: #f8f9fa; /* Bootstrap's default light background */
}
