﻿/* set text styles in this sheet */

.text-header-title {
    color: #1C1C1C;
    text-align: center;
    font-family: Sailec-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.text-header-black {
    color: #1C1C1C;
    font-family: Sailec-Bold;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

.text-input-header {
    color: #1C1C1C;
    font-family: Sailec-Bold;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.text-description-regular {
    color: #1C1C1C;
    font-family: Sailec-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.text-description-bold {
    color: #595959;
    font-family: Sailec-Bold;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.text-description-muted {
    color: #595959;
    font-family: Sailec-Regular;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.text-description-error {
    color: #EB0008;
    font-family: Sailec-Regular;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.text-input-muted {
    color:  #595959;
    font-family: Sailec-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.text-button-primary {
    color: #FFF;
    text-align: center;
    font-family: Sailec-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.text-button-secondary {
    color: #063DFF;
    text-align: center;
    font-family: Sailec-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.text-link-regular {
    color: #063DFF;
    text-align: right;
    font-family: Sailec-Regular;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.text-input-regular {
    color: #1C1C1C;
    font-family: Sailec-Regular;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.text-digit-regular {
    color: #000;
    text-align: center;
    font-family: Sailec;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.text-confirm-regular {
    color: var(--calculated-colors-success-dark, #006646);
    text-align: right;
    font-family: Sailec;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.text-error-regular {
    color: var(--error, #EB0008);
    text-align: right;
    font-family: Sailec;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.text-right-aligned {
    text-align: right;
}

.text-left-aligned {
    text-align: left;
}

.text-centered {
    text-align: center;
}
