54 lines
647 B
CSS
54 lines
647 B
CSS
h1,
|
|
.h1 {
|
|
font-weight: 700;
|
|
font-size: 2rem;
|
|
line-height: 2.4rem;
|
|
}
|
|
|
|
h2,
|
|
.h2 {
|
|
font-size: 3.6rem;
|
|
line-height: 4.6rem;
|
|
}
|
|
|
|
h3,
|
|
.h3 {
|
|
font-size: 3.2rem;
|
|
line-height: 4.1rem;
|
|
}
|
|
|
|
.subtitle-20 {
|
|
font-weight: 700;
|
|
font-size: 2rem;
|
|
line-height: 2.3rem;
|
|
}
|
|
|
|
.subtitle-18 {
|
|
font-weight: 700;
|
|
font-size: 1.8rem;
|
|
line-height: 2.1rem;
|
|
}
|
|
|
|
.subtitle-16 {
|
|
font-weight: 700;
|
|
font-size: 1.8rem;
|
|
line-height: 2rem;
|
|
}
|
|
|
|
.subtitle-13 {
|
|
font-weight: 700;
|
|
font-size: 1.3rem;
|
|
line-height: 1.6rem;
|
|
}
|
|
|
|
.text-13 {
|
|
font-weight: 500;
|
|
font-size: 1.5rem;
|
|
line-height: 1.9rem;
|
|
}
|
|
|
|
.text-11 {
|
|
font-weight: 400;
|
|
line-height: 1.6rem;
|
|
}
|