@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap');

body {
    font-family: 'Inter', sans-serif;
    background-color: #FDF8F0; /* Light sand color */
}
.text-shadow {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
/* Custom gradient for buttons and highlights */
.brand-gradient {
    background: linear-gradient(to right, #DD571C, #F59E0B);
}
.brand-gradient-text {
    background: linear-gradient(to right, #DD571C, #F59E0B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
