/* CSS Font  */
body h1 , body h1 div , body h1 span {
    font-family: '', serif !important;
    font-size: clamp(2rem, 1rem + 2.5vw, 3rem) !important;
    font-weight: 400 !important;
    line-height: 1.15 !important;
}
body h2 , body h2 div , body h2 span {
    font-family: '', serif !important;
    font-size: clamp(1.65rem, 1rem + 2vw, 2.5rem) !important;
    font-weight: 400 !important;
    line-height: 1.20 !important;
}
body h3 , body h3 div , body h3 span {
    font-family: '', serif !important;
    font-size: clamp(1.125rem, 1rem + 0.4vw, 1.3rem) !important;
    font-weight: 300 !important;
    line-height: 1.25 !important;
}
body h4 , body h4 div , body h4 span {
    font-family: '', serif !important;
    font-size: clamp(1.0625rem, 1rem + 0.25vw, 1.1875rem) !important;
    font-weight: 300 !important;
    line-height: 1.30 !important;
}
body h5 , body h5 div , body h5 span {
    font-family: '', serif !important;
    font-size: clamp(1rem, 1rem + 0.15vw, 1.125rem) !important;
    font-weight: 300 !important;
    line-height: 1.35 !important;
}
body h6 , body h6 div , body h6 span {
    font-family: '', serif !important;
    font-size: clamp(1rem, 1rem + 0.1vw, 1.0625rem) !important;
    font-weight: 300 !important;
    line-height: 1.40 !important;
}
body , body p , body p span {
    font-family: '', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
}