/* Custom styles for uppercase headings */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    text-transform: uppercase !important;
    font-family: "TStarProBold", sans-serif !important;
    font-weight: 700 !important;
}

h1, .h1 {
    font-size: 1.3rem !important;
    letter-spacing: 0.03em !important;
}

h2, .h2 {
    font-size: 1.3rem !important;  
    letter-spacing: 0.025em !important;
}

h3, .h3 {
    font-size: 1.3rem !important;
    letter-spacing: 0.02em !important;
}

h4, .h4 {
    font-size: 1.3rem !important;
    letter-spacing: 0.015em !important;
}

h5, .h5 {
    font-size: 1.3rem !important;
    letter-spacing: 0.01em !important;
}
