﻿/* Font weight */
.sp-font-bold {
    font-weight: bold !important;
}

.sp-font-bolder {
    font-weight: bolder !important;
}

.sp-font-normal {
    font-weight: normal !important;
}

.sp-font-light {
    font-weight: 300 !important;
}

/* Italic text */
.sp-font-italic {
    font-style: italic !important;
}

.sp-font-normal-style {
    font-style: normal !important;
}
