/* Global Overrides for Sweets Page */
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-display {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* Component Styles */
.tag-gradient {
    background-image: linear-gradient(to right, #E85D75, #FF914D);
}

/* Card Hover Effects */
.card-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
}

/* Header Icons White on Sweets Page */
#locationToggleBtn,
#lang-toggle-btn,
#mobile-menu-btn {
    border-color: white !important;
    color: white !important;
}

#lang-toggle-btn span.border-r {
    border-color: rgba(255, 255, 255, 0.3) !important;
}