﻿.font_weight_100 {
    font-weight: 100;
}
.font_weight_200 {
    font-weight: 200;
}
.font_weight_300 {
    font-weight: 300;
}
.font_weight_400 {
    font-weight: 400;
}
.font_weight_500 {
    font-weight: 500;
}
.font_weight_600 {
    font-weight: 600;
}
.font_weight_700 {
    font-weight: 700;
}

.font_weight_bold {
    font-weight: bold;
}

.font_weight_bolder {
    font-weight: bolder;
}

.font_weight_inherit {
    font-weight: inherit;
}

.font_weight_initial {
    font-weight: initial;
}

.font_weight_lighter {
    font-weight: lighter;
}

.font_weight_normal {
    font-weight: normal;
}

.font_weight_unset {
    font-weight: unset;
}
.border_bottom_d7d7d7 {
    border-bottom: 1px dashed #d7d7d7;
}
.border_top_d7d7d7 {
    border-top: 1px dashed #d7d7d7;
}
