/* Global heading size upgrade for all Salla pages */
h1 { font-size: 1.0rem !important; font-weight: 700; }
/* heding text-size */
h2 { font-size: 1.3rem !important; font-weight: 700; }
/* Footer & Shop Advantge text-Size */
h3 { font-size: 1.0rem !important; font-weight: 600; }
/*  */
h4 { font-size: 1.5rem !important; font-weight: 600; }
/*    */
h5 { font-size: 9.4rem !important; font-weight: 500; }
h6 { font-size: 9.5rem !important; font-weight: 500; }

/* Better spacing and readability */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    margin-top: 18px;
    margin-bottom: 10px;
}