2023-01-12 14:54:24 -05:00
|
|
|
@use '../breakpoints';
|
|
|
|
@use '../visual-design/typography';
|
2023-01-12 12:19:42 -06:00
|
|
|
|
2023-01-06 16:40:29 -05:00
|
|
|
.sl-c-introduction {
|
2023-03-03 16:14:07 -06:00
|
|
|
color: var(--sl-color--patina);
|
2023-01-12 12:19:42 -06:00
|
|
|
font-weight: typography.$sl-font-weight--light;
|
2023-01-06 16:40:29 -05:00
|
|
|
|
2023-01-12 12:19:42 -06:00
|
|
|
@include breakpoints.sl-breakpoint--medium {
|
2023-02-09 16:53:25 -06:00
|
|
|
font-size: var(--sl-font-size--xx-large);
|
2023-01-09 14:10:02 -05:00
|
|
|
}
|
2023-01-06 16:40:29 -05:00
|
|
|
|
2023-01-09 14:10:02 -05:00
|
|
|
&--center {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2023-01-06 16:40:29 -05:00
|
|
|
}
|