/* Stil za h1 */
h1 {
    font-size: 3rem!important; /* Velika veličina fonta */
    font-weight: bold;
   
}

/* Stil za h2 */
h2 {
    font-size: 2.5rem!important; /* Malo manja veličina fonta */
    font-weight: bold;
}

/* Stil za h3 */
h3 {
    font-size: 2rem !important; /* Srednja veličina fonta */
    font-weight: semi-bold;
}

/* Stil za h4 */
h4 {
    font-size: 1.75rem!important; /* Manja veličina fonta */
    font-weight: normal;
}

/* Stil za h5 */
h5 {
    font-size: 1.5rem!important; /* Manja veličina fonta */
}

/* Stil za h6 */
h6 {
    font-size: 1.25rem!important; /* Najmanja veličina fonta */
}
