/* ========================================
    File: /assets/css/style.css
    ========================================
*/

/* This file is for any custom CSS you want to add beyond Tailwind's utility classes. */
.hero-bg, .page-header-bg {
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease-in-out;
}
