@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Playfair+Display:wght@700&display=swap');

:root {
    --orange-glow: #ff9f1c;
}

body {
    font-family: 'Inter', system-ui, sans-serif;
    background-color: #0a0a0a;
    color: #e5e5e5;
}

.hero-bg {
    background: linear-gradient(rgba(10,10,10,0.25), rgba(10,10,10,0.78)),
                url('assets/hero-background07.jpg') center top / 100% auto no-repeat fixed;
    background-position: center top;
    min-height: 100vh;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -webkit-font-smoothing: antialiased;
}
.anchor-glow { 
    filter: drop-shadow(0 0 20px #ff9f1c); 
}

.glow-orange {
    text-shadow: 0 0 45px #ff9f1c;
}