/* SAMPLE FOR ALL FONT SIZE */
h1{
}
h2{
}
h3{
}
h4{
}
h5, h6{
}
p{
    line-height: 26px;
}
/* FONT WEIGHT */
.fw-900{
    font-weight: 900!important;
}
.fw-800{
    font-weight: 800!important;
}
.fw-700{
    font-weight: 700!important;
}
.fw-600{
    font-weight: 600!important;
}
.fw-500{
    font-weight: 500!important;
}
.fw-400{
    font-weight: 400!important;
}
.fw-300{
    font-weight: 300!important;
}
.fw-200{
    font-weight: 200!important;
}
.fw-100{
    font-weight: 100!important;
}
/* Fonts */
.has-xs-title-font-size {
}
.has-s-title-font-size {
}
.has-m-title-font-size {
}
.has-l-title-font-size {
}
.has-xl-title-font-size {
}
.has-xs-text-font-size {
}
.has-s-text-font-size {
}
.has-m-text-font-size {
}
.has-l-text-font-size {
}
.has-xl-text-font-size {
}
