/* Custom CSS Settings */
html {
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent;
}

/* Safe area for mobile devices at the bottom to prevent overlapping with sticky bar */
.pb-safe {
    padding-bottom: env(safe-area-inset-bottom, 1rem);
}
