.thin{
    font-weight: 100;
}

.extra-light{
    font-weight: 200;
}

.light{
    font-weight: 300;
}

.normal{
    font-weight: 400
}

.medium{
    font-weight: 500;
}

.semi-bold{
    font-weight: 600;
}

.bold{
    font-weight: 700;   
}

.extra-bold{
    font-weight: 800
}

.black{
    font-weight: 900;
}

.italic{
    font-style: italic;
}


.small-caps{
    font-variant: small-caps;
}