* {
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
margin: 0;
color: #202122;
}
strong{
font-family: inherit;
}
h1,
.h1{
font-size: 32px;
font-family: 'Source Serif Pro', Georgia, 'Times New Roman', Times, serif;
font-style: normal;
font-weight: 600;
line-height: 40px;
}
h2{
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 32px;
}
h2 > span{
font-weight: 400;
}
h3{
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 28px;
}
h4{
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
}
p{
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}
p.fsSmall{
font-size: 12px;
line-height: 20px;
}
p > strong{
font-weight: 600;
}
ul{
padding-left: 16px;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}
@media only screen and (min-width:960px) {
h1,
.h1{
font-size: 40px;
line-height: 48px;
}
h2{
font-size: 32px;
line-height: 40px;
}
h3{
font-size: 24px;
line-height: 32px;
}
p{
font-size: 20px;
line-height: 28px;
}
p.fsSmall{
font-size: 16px;
line-height: 24px;
}
ul{
font-size: 20px;
line-height: 28px;
}
}