This is for example the definition of the CSS class “text-body” and comes from the base.css-file:
.text-body {
font-size: 1.5rem;
letter-spacing: 0.06rem;
line-height: calc(1 + 0.8 / var(–font-body-scale));
font-family: var(–font-body-family);
font-style: var(–font-body-style);
font-weight: var(–font-body-weight);
}
I’m looking for the place where the class copyright__content is defined.