@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Lato:wght@300;400;700&display=swap');

.gold-gradient {
    background: linear-gradient(135deg, #d4af37 0%, #f3e5ab 50%, #d4af37 100%);
}
.text-gold-gradient {
    background: linear-gradient(135deg, #d4af37 0%, #f3e5ab 50%, #d4af37 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#mobile-sidebar nav p.text-xs.font-semibold.uppercase {
    color: #fff;
}

/* Sidebar menu default (inactive) */
#mobile-sidebar nav a {
    color: #fff;
}

#mobile-sidebar nav a svg {
    color: inherit;
    stroke: currentColor;
}
