@use '../utilities';
// Composant Title
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 900;
}
h1 {
font-size: 3.2rem;
}
h2 {
font-size: 2.4rem;
margin-bottom: utilities.space(4);
}
@media screen and (width >= 1280px) {
h1 {
font-size: 5.6rem;
}
h2 {
font-size: 4.8rem;
margin-bottom: utilities.space(8);
}
}