Newer
Older
:host {
display: block;
}
.hy-paragraph-text {
color: var(--grayscale-dark);
font-family: var(--main-font-family);
font-size: 14px;
line-height: 20px;
@include breakpoint($medium) {
font-size: var(--base-font-size);
line-height: 24px;
}
}