m3-academy-template-vtexio-.../storefront/styles/sass/pages/home/vtex.rich-text.scss

35 lines
582 B
SCSS

.container--texto-meio {
justify-content: center;
font-family: "Roboto", sans-serif;
color: black;
}
.headingLevel3--texto-meio,
.headingLevel1--texto-meio,
.paragraph--texto-meio {
margin: 0;
}
.headingLevel3--texto-meio {
font-size: 24px;
font-weight: 600;
letter-spacing: -0.05em;
}
.headingLevel1--texto-meio {
font-size: 42px;
font-weight: 600;
letter-spacing: -0.05em;
}
.paragraph--texto-meio {
font-size: 16px;
font-weight: 300;
letter-spacing: 0.05em;
}
.wrapper--texto-meio {
width: 100%;
margin: 0 24px;
}