You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

58 lines
742 B

.font-light{
font-weight: 300 !important;
}
.font-regular{
font-weight: 400 !important;
}
.font-medium{
font-weight: 500 !important;
}
.font-semibold{
font-weight: 600 !important;
}
.font-bold{
font-weight: 700 !important;
}
.font-extrabold{
font-weight: 800 !important;
}
.font-normal {
font-style: normal !important;
}
.font-italic {
font-style: italic !important;
}
.text-right{
text-align: right;
}
.text-center{
text-align: center;
}
.text-left{
text-align: left;
}
.text-white{
color: white;
}
.text-black{
color: black;
}
.text-red{
color: $red;
}
.text-grey{
color: $grey;
}
.text-light-grey{
color: $light-grey;
}
.text-upper{
text-transform: uppercase;
}