50 lines
1 KiB
SCSS
50 lines
1 KiB
SCSS
.heading-text {
|
|
font-family: "Fira Sans", sans-serif;
|
|
font-size: 2em;
|
|
font-weight: 600;
|
|
line-height: 1.2em;
|
|
padding: 10px 0 25px 0;
|
|
color: var(--secondary-text-color);
|
|
}
|
|
|
|
h1, .title-text {
|
|
font-family: "Fira Sans", sans-serif;
|
|
font-size: 1.8em;
|
|
line-height: 1.2em;
|
|
font-weight: 500;
|
|
color: var(--secondary-text-color);
|
|
border-left: var(--primary-color) 8px solid;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
h2, .title-text {
|
|
font-family: "Fira Sans", sans-serif;
|
|
font-size: 1.5em;
|
|
font-weight: 500;
|
|
color: var(--secondary-text-color);
|
|
border-left: #aaa 8px solid;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
h3, .subtitle-text {
|
|
font-family: "Fira Sans", sans-serif;
|
|
font-size: 1.3em;
|
|
font-weight: 500;
|
|
color: var(--secondary-text-color);
|
|
}
|
|
|
|
.text {
|
|
font-family: "Fira Sans", sans-serif;
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
line-height: 26px;
|
|
letter-spacing: 0.2px;
|
|
color: var(--secondary-text-color);
|
|
}
|
|
|
|
.subtext {
|
|
font-family: "Fira Sans", sans-serif;
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
letter-spacing: 0.1px;
|
|
}
|