/* All styling is handled by the Tailwind CSS CDN linked in the index.html file. */
/* This file is here for structure and can be used for any custom CSS overrides if needed. */

/* Prevent background from scrolling when a modal is open */
.body-no-scroll {
    overflow: hidden;
}