.ex-light {}

.light {
    font-weight: 300;
}

.normal {
    font-weight: normal;
}

.bold {
    font-weight: 700;
}

.ex-bold {
    font-weight: 900;
}

strong {
    font-weight: 700;
}
