33 lines
571 B
SCSS
33 lines
571 B
SCSS
|
.container--texto-meio {
|
||
|
justify-content: center;
|
||
|
color: #ffffff;
|
||
|
font-family: "Oxygen";
|
||
|
}
|
||
|
|
||
|
.wrapper--texto-meio {
|
||
|
width: 100%;
|
||
|
margin: 0 24px;
|
||
|
}
|
||
|
|
||
|
.headingLevel3--texto-meio,
|
||
|
.headingLevel1--texto-meio,
|
||
|
.paragraph--texto-meio {
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
.headingLevel3--texto-meio {
|
||
|
font-size: 32px;
|
||
|
font-weight: 600;
|
||
|
letter-spacing: -0.05em;
|
||
|
}
|
||
|
.headingLevel1--texto-meio {
|
||
|
font-size: 46px;
|
||
|
font-weight: 600;
|
||
|
letter-spacing: -0.05em;
|
||
|
}
|
||
|
.paragraph--texto-meio {
|
||
|
font-size: 18px;
|
||
|
font-weight: 300;
|
||
|
letter-spacing: 0.05em;
|
||
|
}
|