You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
juice/sass/_text.scss

39 lines
798 B
SCSS

.heading-text {
font-family: var(--header-font-family);
font-size: 32px;
font-weight: 600;
padding: 10px 0 25px 0;
color: var(--primary-text-color);
}
h1, .title-text {
font-family: var(--header-font-family);
font-size: 25px;
font-weight: 500;
color: var(--primary-text-color);
border-left: var(--primary-color) 8px solid;
padding-left: 10px;
}
h2, .subtitle-text {
font-family: var(--header-font-family);
font-size: 20px;
font-weight: 500;
color: var(--primary-text-color);
}
.text {
font-family: var(--text-font-family);
font-size: 18px;
font-weight: 400;
line-height: 26px;
letter-spacing: 0.2px;
color: var(--primary-text-color);
}
.subtext {
font-family: var(--text-font-family);
font-size: 16px;
font-weight: 400;
letter-spacing: 0.1px;
}