.text-17,
.text-17-als,
.text-17-jb {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
}

.text-17 {
    font-family: "Inter Variable";
    line-height: 22px;
}

.text-17-als {
    font-family: var(--Font-family, "ALS Hauss VF");
}

.text-17-jb {
    font-family: "JetBrains Mono";
}

.title-34 {
    font-family: var(--Font-family, "ALS Hauss VF");
    font-size: var(--Font-Size-title1, 34px);
    font-weight: var(--Font-Font-Weight-regular, 450);
    line-height: var(--Font-Line-height-title1, 38px);
}

.title-56 {
    font-family: var(--Font-family, "ALS Hauss VF");
    font-size: 56px;
    font-weight: 550;
    line-height: 52px;
}

.text-primary {
    color: var(--Brand-Dark-blue, #1E1753);
}

.text-primary_invert {
    color: var(--text-icon-primaryInverted, #F6F6F9);
}

.text-secondary {
    color: var(--text-icon-secondary, #8F8FA3);
}

.text-blue {
    color: var(--Brand-Blue, #3A18B5);
}

.text-center {
    text-align: center;
}

@media (max-width:600px) {
    .text-17 {
        font-weight: 400;
    }
}