:root {
    --primary-color: #E07A5F;
    --background-color: #0B0B0F;
    --gradient-color: #E07A5F;
    --font-family: 'DM Sans', sans-serif;
}

body::before {
    background: radial-gradient(circle at center, rgba(224, 122, 95, 0.4) 0%, rgba(0, 0, 0, 0) 70%);
}

.logo-text {
    font-family: 'Fraunces', serif;
    background-image: linear-gradient(135deg, #ffffff 0%, #E07A5F 100%);
}

.header h1 {
    font-family: 'Fraunces', serif;
}
