@import url('https://fonts.googleapis.com/css2?family=Inter:wght@900&display=swap');

.arvix-header {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 50px; 
    letter-spacing: -0.05em;
    line-height: 1;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.arvix-brand {
    background: linear-gradient(180deg, #FFFFFF 30%, #CBD5E1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 8px;
}

.arvix-subtitle {
    background: linear-gradient(180deg, #94A3B8 0%, #475569 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 0.8em;
}