.text {
    display: inline;
}

.text--label {
    font-size: var(--font-size-small);
    font-family: var(--font-helvetica);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-button);
}

.text--body {
    font-size: var(--font-size-medium);
    font-family: var(--font-rubik);
    font-weight: var(--font-weight-regular);
    line-height: var(--line-height-body);
}

.text--tagline {
    font-size: var(--font-size-medium);
    font-family: var(--font-rubik);
    font-weight: var(--font-weight-regular);
    line-height: var(--line-height-body);
}

.text--white {
    color: var(--white);
}

.text--dark1 {
    color: var(--dark1);
}

.text--gray2 {
    color: var(--gray2);
}

.text--calendar-title {
    font-size: 20px;
    font-family: var(--font-helvetica);
    font-weight: var(--font-weight-bold);
    line-height: 24px;
}

.text--souplesse {
    font-size: 14px;
    font-family: var(--font-rubik);
    font-weight: var(--font-weight-regular);
}

.text--traveler-label {
    font-size: 16px;
    font-family: var(--font-helvetica);
    font-weight: var(--font-weight-bold);
    line-height: 20px;
}

.text--traveler-sublabel {
    font-size: 14px;
    font-family: var(--font-rubik);
    font-weight: var(--font-weight-regular);
}

.text--picker-title {
    font-size: 20px;
    font-family: var(--font-helvetica);
    font-weight: var(--font-weight-bold);
    line-height: 24px;
}

.text--picker-subtitle {
    font-size: 14px;
    font-family: var(--font-rubik);
    font-weight: var(--font-weight-regular);
}

.text--neutral-800 {
    color: var(--neutral-800);
}

.text--neutral-500 {
    color: var(--neutral-500);
}
