:root {
    --text-hint: #8f9bb3;
    --text-default: #192038;
    --text-alternative: #282860;
    --basic-400: #e4e9f2;
    --secondary-500: #00d6de;
    --secondary-800: #00c6d1;
    --transparent-secondary-8: rgba(0, 214, 222, 0.08);
}

.text-normal {
    text-transform: none;
}