@charset "UTF-8";
/* CSS Document */

.entry-content h2{
  font-size: clamp(25px,5.2083vw,40px);
  color: #000;
}
.entry-content h3{
  font-size: clamp(20px,3.2552vw,25px);
  color: #00AED6;
}
.entry-content h4{
  font-size: clamp(16px,2.6042vw,20px);
  color: #ff537b;
}
.entry-content a{
  text-decoration: underline;
  color: var(--clr-main);
}
.entry-content strong{
  font-weight: 600;
}
.entry-content em{
  font-style: italic;
}