visua/output/typography.css

242 lines
4.1 KiB
CSS
Raw Normal View History

2025-07-16 14:35:28 +02:00
.alternative-body-text-LG-article-text-Regular {
font-family: georgia, sans-serif;
font-size: 1.25rem;
font-weight: 400;
line-height: 2rem;
}
.alternative-body-text-LG-article-text-Bold {
font-family: georgia, sans-serif;
font-size: 1.25rem;
font-weight: 900;
line-height: 2rem;
}
.alternative-body-text-MD-article-text-Regular {
font-family: georgia, sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.5rem;
}
.alternative-body-text-MD-article-text-Bold {
font-family: georgia, sans-serif;
font-size: 1rem;
font-weight: 900;
line-height: 1.5rem;
}
.alternative-body-text-SM-article-text-Regular {
font-family: georgia, sans-serif;
font-size: 0.875rem;
font-weight: 400;
line-height: 1.5rem;
}
.alternative-body-text-SM-article-text-Bold {
font-family: georgia, sans-serif;
font-size: 0.875rem;
font-weight: 900;
line-height: 1.5rem;
}
.alternative-body-text-XS-article-text-Regular {
font-family: georgia, sans-serif;
font-size: 0.75rem;
font-weight: 400;
line-height: 1.25rem;
}
.alternative-titles-XL {
font-size: 5rem;
font-weight: 600;
line-height: 5.5rem;
}
.alternative-titles-LG {
font-size: 4.5rem;
font-weight: 400;
line-height: 5rem;
}
.alternative-titles-MD {
font-size: 4rem;
font-weight: 600;
line-height: 4.5rem;
}
.alternative-titles-SM {
font-size: 3.5rem;
font-weight: 600;
line-height: 4rem;
}
.alternative-titles-XS {
font-size: 3rem;
font-weight: 600;
line-height: 3.5rem;
}
.text-body-XL-chapo-Regular {
font-size: 1.25rem;
font-weight: 400;
line-height: 2rem;
}
.text-body-XL-chapo-Bold {
font-size: 1.25rem;
font-weight: 900;
line-height: 2rem;
}
.text-body-LG-article-text-Regular {
font-size: 1.125rem;
font-weight: 400;
line-height: 1.75rem;
}
.text-body-LG-article-text-Medium {
font-size: 1.125rem;
font-weight: 600;
line-height: 1.75rem;
}
.text-body-LG-article-text-Bold {
font-size: 1.125rem;
font-weight: 900;
line-height: 1.75rem;
}
.text-body-MD-standard-text-Regular {
font-size: 1rem;
font-weight: 400;
line-height: 1.5rem;
}
.text-body-MD-standard-text-Medium {
font-size: 1rem;
font-weight: 600;
line-height: 1.5rem;
}
.text-body-MD-standard-text-Bold {
font-size: 1rem;
font-weight: 900;
line-height: 1.5rem;
}
.text-body-MD-standard-text-Italic {
font-size: 1rem;
font-weight: 400;
font-style: italic;
line-height: 1.5rem;
}
.text-body-SM-detail-text-Regular {
font-size: 0.875rem;
font-weight: 400;
line-height: 1.5rem;
}
.text-body-SM-detail-text-Medium {
font-size: 0.875rem;
font-weight: 600;
line-height: 1.5rem;
}
.text-body-SM-detail-text-Bold {
font-size: 0.875rem;
font-weight: 900;
line-height: 1.5rem;
}
.text-body-SM-detail-text-Italic {
font-size: 0.875rem;
font-weight: 400;
font-style: italic;
line-height: 1.5rem;
}
.text-body-SM-detail-text-Maj {
font-size: 0.875rem;
font-weight: 600;
line-height: 1.5rem;
text-transform: uppercase;
}
.text-body-XS-mention-text-Regular {
font-size: 0.75rem;
font-weight: 400;
line-height: 1.25rem;
}
.text-body-XS-mention-text-Medium {
font-size: 0.75rem;
font-weight: 600;
line-height: 1.25rem;
}
.text-body-XS-mention-text-Bold {
font-size: 0.75rem;
font-weight: 900;
line-height: 1.25rem;
}
.text-body-XS-mention-text-Italic {
font-size: 0.75rem;
font-weight: 400;
font-style: italic;
line-height: 1.25rem;
}
.text-body-XS-mention-text-Maj {
font-size: 0.75rem;
font-weight: 600;
line-height: 1.25rem;
}
.text-body-XS-mention-text-Underlined {
font-size: 0.75rem;
font-weight: 600;
line-height: 1.25rem;
text-decoration: underline;
}
.titles-H1-XL {
font-size: 2.5rem;
font-weight: 600;
line-height: 3rem;
}
.titles-H2-LG {
font-size: 2rem;
font-weight: 600;
line-height: 2.5rem;
}
.titles-H3-MD {
font-size: 1.75rem;
font-weight: 600;
line-height: 2.25rem;
}
.titles-H4-SM {
font-size: 1.5rem;
font-weight: 600;
line-height: 2rem;
}
.titles-H5-XS {
font-size: 1.375rem;
font-weight: 600;
line-height: 1.75rem;
}
.titles-H6-XXS {
font-size: 1.25rem;
font-weight: 600;
line-height: 1.75rem;
}
/*# sourceMappingURL=typography.css.map */