@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap');

* {
    font-family: 'Noto Serif', serif;
}
.hero-section h1 {
    font-family: 'Noto Serif', serif;
}


.hero-section {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('/static/images/salon-bg.png');
    background-color: black;
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
    text-align: center;
} 