.text-fat {
   font-weight: 600
}

.text-small {
   font-size: 12px;
}

.text-smaller {
   font-size: 10px;
   line-height: 10px;
}

.text-large {
   font-size: 16px;
}

.text-larger {
   font-size: 18px;
}


.text-red {
   color: #d30000;
}

.text-right {
   text-align: right;
}

.text-center {
   text-align: center;
}




.text-gradient {
   background: linear-gradient(221deg, var(--color2) 60%, var(--color) 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}


.text-darker {
   opacity: 0.6;
}



