/* ============================================
   Typography Styles
   ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary);
    font-weight: 700;
    color: var(--gray-900);
    line-height: 1.2;
}

/* Utility Classes */
.gradient-text {
    background: var(--accent-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.highlight {
    color: var(--primary-600);
}

/* Signature Style for "Abhi's" in logo */
.logo-signature {
    font-family: 'Italianno', cursive;
    font-weight: 400;
    font-size: 1.6em;
    letter-spacing: 1px;
}

/* Footer Visibility for legacy logos */
.footer-brand .logo-signature {
    color: var(--white) !important;
}

.footer-brand .logo-text {
    color: var(--white) !important;
}