
h1 {
    font-weight: 700;
    font-size: 2.5rem;
    /* or your desired size */
    line-height: 1.2;
}

.highlight-white {
    color: #FFFFFF;
}

.highlight-gold {
    color: #D2A52A;
    /* warm gold/yellow */
}

.text-white {
    color: #FFFFFF;
}

.text-gold {
    color: #D2A52A;
    /* Warm gold */
}

.text-subtle {
    color: #E3E8F0;
    /* Light gray */
}

/* Gradient effect for name */
.gradient-text {
    background: linear-gradient(90deg, #FFFFFF, #D2A52A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 1.25rem;
}

/* Subtle text color */
.text-subtle {
    color: #C8D1E0;
    font-size: 0.95rem;
}

/* Gold highlight for important words */
.text-gold {
    color: #D2A52A;
    font-weight: 600;
}
