/* Custom Styles for Letícia Silva - Psicologia */

/* Hide scrollbar for elements with .no-scrollbar */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
.no-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* Base transitions */
html {
    scroll-behavior: smooth;
}
