Initial commit

This commit is contained in:
2024-03-01 17:47:03 +03:00
commit 10722da013
227 changed files with 13356 additions and 0 deletions

View File

@@ -0,0 +1,54 @@
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;
}