
/* body/XS/Regular */
.etk-text-xs {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

/* body/S/Regular */
.etk-text-s {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

/* body/M/Regular */
.etk-text-m {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

/* body/L/Regular */
.etk-text-l {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/* body/XL/Regular */
.etk-text-xl {
}