.text-main{
    font-family:'Nunito';
}
.text-main p{
    color: var(--Gray-Gray-500);
}
.dark-page .text-main p{
    color: var(--Gray-Gray-400);
}
.text-main-xs{
    font-size: 12px;
    font-weight: 400;
}
.text-main-sm{
    font-size: 14px;
    font-weight: 500;
    line-height: 19.1px;
}
.text-main-xl{
    font-size: 16px;
    font-weight: 700;
    line-height: 21.82px;
}
.text-main-xxl{
    font-size: 18px;
    font-weight: 700;
    line-height: 24.55px;
}
.text-main p{
    font-size: 16px;
    font-weight: 500;
    font-family: 'Nunito';
    line-height: 21.82px;
}
.text-main span:nth-child(1){
    font-size: 14px;
    font-weight: 700;
    font-family: 'Nunito';
    line-height: 19.1px;
}
.text-main span:nth-child(2){
    font-size: 14px;
    font-weight: 500;
    font-family: 'Nunito';
    line-height: 19.1px;
}
.text-main label{
    color: var(--Gray-Night) !important;
}
.dark-page .text-main label{
    color: var(--Gray-Not-White) !important;
}
.text-main span{
    color: var(--Gray-Gray-600) !important;
}
.dark-page .text-main span{
    color: var(--Gray-Gray-500) !important;
}
.text-main p{
    color: var(--Gray-Gray-500) !important;
}
.dark-page .text-main p{
    color: var(--Gray-Gray-400) !important;
}
