.case-study-font {
font-family: var(--regular-font-family);
line-height: 1.5;
}
.case-study-font > h1 {
color:var(--text-primary-clr);
font-size:var(--accent-font-size);
font-weight:var(--font-weight-semibold);
letter-spacing: 0.9px;
}
.case-study-font > p {
color: var(--text-tert-clr);
font-size:var(--regular-font-size);
font-weight: var(--font-weight-medium);
}
.case-study-font > ul {
color: var(--text-tert-clr);
font-size:var(--regular-font-size);
font-weight: var(--font-weight-medium);
padding-left: 40px;
list-style-type: disc;
padding: var(--space-S) var(--space-M);
}
.case-study-font {
font-family: var(--regular-font-family);
line-height: 1.5;
}
.case-study-font > h1 {
color:var(--text-primary-clr);
font-size:var(--accent-font-size);
font-weight:var(--font-weight-semibold);
letter-spacing: 0.9px;
}
.case-study-font > p {
color: var(--text-tert-clr);
font-size:var(--regular-font-size);
font-weight: var(--font-weight-medium);
}
.case-study-font > ul {
color: var(--text-tert-clr);
font-size:var(--regular-font-size);
font-weight: var(--font-weight-medium);
padding-left: 40px;
list-style-type: disc;
padding: var(--space-S) var(--space-M);
}