html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #006bb7;
}
h2 
{
    font-size:1.5rem !important;
}

/*** Gradiant header***/

.skyhigh-title {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 750; /* bold but not too heavy */
    margin: 0;
    padding-top: 12px;
    padding-left: 20px;
    line-height: 1.2;
    background: linear-gradient(90deg, #a76fe2 0%, /* vibrant purple */ #00D4FF 45%, /* bright cyan */ #2fbee9 100% /* mint green */ );
    -webkit-background-clip: text;
    background-clip: text;
    text-decoration: none !important;
    font-size: 1.3rem !important;
    -webkit-text-fill-color: transparent;
    color: transparent; /* fallback */
    /* Optional: subtle glow for extra premium feel */
    filter: drop-shadow(0 2px 8px rgba(123, 97, 255, 0.3));
}

