Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions LICENSES/CLA-signed-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ C/ My company has custom contribution contract with Lutra Consulting Ltd. or I a
* luxusko, 25th August 2023
* jozef-budac, 30th January 2024
* fernandinand, 13th March 2025
* xkello, 27th January 2025
Original file line number Diff line number Diff line change
Expand Up @@ -24,85 +24,97 @@ body {

$fontFamily: Inter, sans-serif;

.title-d1 {
font-size: 5.375rem !important;
line-height: 1.13;
font-weight: 600;
}

.title-d2 {
font-size: 4.25rem !important;
line-height: 1.17;
font-weight: 600;
}

.headline-h1 {
font-size: 3rem !important;
line-height: 1.25;
line-height: 1.125;
font-weight: 600;
}

.headline-h2 {
font-size: 2.25rem !important;
line-height: 1.33;
line-height: 1.167;
font-weight: 600;
}

.headline-h3 {
font-size: 1.5rem !important;
line-height: 1.5;
line-height: 1.25;
font-weight: 600;
}

.title-t1 {
font-size: 1.125rem !important;
line-height: 1.6;
line-height: 1.333;
font-weight: 600;
}

.title-t2 {
font-size: 1rem !important;
line-height: 1.75;
line-height: 1.375;
font-weight: 600;
}

.title-t3 {
font-size: 0.875rem !important;
line-height: 1.857;
line-height: 1.43;
font-weight: 600;
}

.title-t4 {
font-size: 0.75rem !important;
line-height: 2;
line-height: 1.5;
font-weight: 600;
}

.title-t5 {
font-size: 0.625rem !important;
line-height: 2.2;
line-height: 1.6;
font-weight: 600;
}

.paragraph-p1 {
font-size: 2rem !important;
line-height: 1.375;
line-height: 1.1875;
}

.paragraph-p2 {
font-size: 1.5rem !important;
line-height: 1.5;
line-height: 1.25;
}

.paragraph-p3 {
font-size: 1.25rem !important;
line-height: 1.6;
line-height: 1.3;
}

.paragraph-p4 {
font-size: 1rem !important;
line-height: 1.75;
line-height: 1.375;
}

.paragraph-p5 {
font-size: 0.875rem !important;
line-height: 1.857;
line-height: 1.43;
}

.paragraph-p6 {
font-size: 0.75rem !important;
line-height: 2;
line-height: 1.5;
}

.paragraph-p7 {
font-size: 0.625rem !important;
line-height: 2.2;
line-height: 1.6;
}
Loading