:root {
    --primary-color: #d90429;
    --secondary-color: #ffd700; 
    --accent-color: #ffb703;
    --bg-dark: #1a0505;
    --card-bg: #2e0a0a;
    --text-light: #f4f4f4;
}

body {
 font-family: 'Nunito', sans-serif;
 background-image: 
     linear-gradient(
         rgba(0, 0, 0, 0.6),
         rgba(0, 0, 0, 0.6)
     ),
     url(https://veldrive.com/Ne5eDfXD/allbudgetlandscaping/christmas-background.jpg);
 background-attachment: fixed;
 background-size: cover;
 background-position: center;
 margin: 0;
 padding: 0;
 color: var(--text-light);
}