.front-archive .entry-content *:not(.readmore) {
font-size: 15px;
line-height: 1.6;
letter-spacing: 0.01em;
}
.entry-content .readmore {
font-weight: 500;
}
.front-slider-float h3 {
margin-bottom: 0.5em;
}
#post-load h2.entry-title,
.front-archive h2.entry-title {
font-size: 32px;
font-size: 2rem;
}
@media screen and (max-width: 1200px) {
#post-load h2.entry-title,
.front-archive h2.entry-title {
font-size: 24px;
}
}
@media screen and (max-width: 900px) {
#post-load h2.entry-title,
.front-archive h2.entry-title {
font-size: 22px;
}
}
@media screen and (min-width: 1500px) {
.front-slider-float h3 {
font-size: 64px;
}
}