/* hastings.css */
.scroll-smooth {
    scroll-behavior: smooth;
}

.gold-gradient {
    background: linear-gradient(135deg, #D4AF37 0%, #AA7C11 100%);
}

.gold-text-gradient {
    background: linear-gradient(135deg, #FFF 30%, #D4AF37 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
