
/* === Dynamic Font Sizes from ACF or Fallback === */

h1 {
    font-size: 60px;
}
@media only screen and (max-width: 1599px) {
    h1 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 35px;
    }
}
@media only screen and (max-width: 991px) {
    h1 {
        font-size: 30px;
    }
}
h2 {
    font-size: 40px;
}
@media only screen and (max-width: 1599px) {
    h2 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 1199px) {
    h2 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 991px) {
    h2 {
        font-size: 20px;
    }
}
h3 {
    font-size: 26px;
}
@media only screen and (max-width: 1599px) {
    h3 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 1199px) {
    h3 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 991px) {
    h3 {
        font-size: 18px;
    }
}
h4 {
    font-size: 22px;
}
@media only screen and (max-width: 1599px) {
    h4 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1199px) {
    h4 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 991px) {
    h4 {
        font-size: 22px;
    }
}
h5 {
    font-size: 20px;
}
@media only screen and (max-width: 1599px) {
    h5 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1199px) {
    h5 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 991px) {
    h5 {
        font-size: 20px;
    }
}
h6 {
    font-size: 18px;
}
@media only screen and (max-width: 1599px) {
    h6 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1199px) {
    h6 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 991px) {
    h6 {
        font-size: 18px;
    }
}
p {
    font-size: 16px;
}
@media only screen and (max-width: 1599px) {
    p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1199px) {
    p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 991px) {
    p {
        font-size: 14px;
    }
}