/* assets/style.css */

/* Importação das fontes do Google */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Poppins:wght@300;400;600&display=swap' );

/* Definição das fontes base */
body {
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
}

.hero-bg-home {
    background-image: url('hero_home.jpg' );
}
.hero-bg-luzes {
    background-image: url('hero_luzes.jpg' );
}
.hero-bg-estetica {
    background-image: url('hero_estetica.jpg' );
}
.hero-bg-maquiagem {
    background-image: url('hero_maquiagem.jpg' );
}
.hero-bg-alongamento {
    background-image: url('hero_alongamento.jpg' );
}
.hero-bg-micropigmentacao {
    background-image: url('hero_micropigmentacao.jpg' );
}
.hero-bg-cortes {
    background-image: url('hero_cortes.jpg' );
}
.hero-bg-tratamentos {
    background-image: url('hero_tratamentos.jpg' );
}
.hero-bg-manicure {
    background-image: url('hero_manicure.jpg' );
}
.hero-bg-podologia {
    background-image: url('hero_podologia.jpg' );
}
