@tailwind base;
@tailwind components;
@tailwind utilities;

.hero-bg {
    background-image: linear-gradient(rgba(15,44,36,0.8), rgba(15,44,36,0.85)), 
                      url('https://via.placeholder.com/1920x1080/0F2C24/D4AF77?text=Merlife+Tesis'); 
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}