.tupad h5,.tupad h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #4D3F2E;
}

.tupad h1 {
    font-family: "Carlito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: black;
}




.highlighted-text span {
    background-color: rgba(240, 152, 38, 0.849); /* Background color for highlighted text */
    text-decoration: underline; /* Underline effect */
    color: rgb(37, 24, 11);
}