55 lines
668 B
CSS
55 lines
668 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.6rem;
|
||
|
|
line-height: 2rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.subtitle-13 {
|
||
|
|
font-weight: 700;
|
||
|
|
font-size: 1.3rem;
|
||
|
|
line-height: 1.6rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.text-13 {
|
||
|
|
font-weight: 500;
|
||
|
|
font-size: 1.3rem;
|
||
|
|
line-height: 1.9rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.text-11 {
|
||
|
|
font-weight: 400;
|
||
|
|
font-size: 1.1rem;
|
||
|
|
line-height: 1.6rem;
|
||
|
|
}
|