@font-face {
    font-family: "Farabee";
    src: url("/fonts/farabee.woff") format("woff");
    font-style: normal;
    font-weight: 300 950;
    font-display: swap;
}

@font-face {
    font-family: "NeueMetanaNext";
    src: url("/fonts/neue-metana-next.woff") format("woff");
    font-style: normal;
    font-weight: 300 950;
    font-display: swap;
}

body.vm-shell-enabled,
body.vm-shell-enabled button,
body.vm-shell-enabled input,
body.vm-shell-enabled textarea,
body.vm-shell-enabled select {
    font-family: "TildaSans", Arial, sans-serif;
}

.vm-shell-enabled h1,
.vm-shell-enabled h2,
.vm-shell-enabled .vm-tariff__head h3,
.vm-shell-enabled .vm-system-count strong,
.vm-shell-enabled .vm-page-title {
    font-family: "Farabee", "TildaSans", Arial, sans-serif;
    font-weight: 700;
}

.vm-shell-sidebar,
.vm-shell-sidebar .vm-shell-brand-text,
.vm-shell-sidebar .vm-shell-link,
.vm-shell-sidebar .vm-shell-consult,
.vm-shell-enabled .vm-kicker,
.vm-shell-enabled .vm-auth-kicker {
    font-family: "NeueMetanaNext", "TildaSans", Arial, sans-serif;
}

.vm-shell-enabled .vm-button,
.vm-shell-enabled .vm-btn,
.vm-shell-enabled .vm-auth-button {
    font-family: "TildaSans", Arial, sans-serif;
}

.vm-home .vm-hero h1 {
    font-size: clamp(46px, 4.5vw, 64px);
    line-height: 1;
    letter-spacing: -.015em;
}

body.vm-shell-enabled:not(.vm-home-body) .vm-hero h1 {
    font-size: clamp(44px, 5vw, 70px);
    line-height: 1.02;
}

.vm-shell-enabled h2 {
    line-height: 1.05;
    letter-spacing: -.01em;
}

.vm-auth-main .vm-auth-copy {
    min-width: 0;
}

.vm-auth-main .vm-auth-copy h1 {
    max-width: 100%;
    font-size: clamp(38px, 3.8vw, 48px);
    line-height: 1.04;
    overflow-wrap: normal;
}

.vm-auth-main .vm-auth-card h2 {
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 1.2;
}

@media (max-width: 560px) {
    .vm-home .vm-section-head h2,
    .vm-home .vm-final-cta h2 {
        font-size: 32px;
        line-height: 1.08;
    }
}
