.strong {
    font-weight: bold !important
}

.strong-100 {
    font-weight: 100 !important
}

.strong-200 {
    font-weight: 200 !important
}

.strong-300 {
    font-weight: 300 !important
}

.strong-400 {
    font-weight: 400 !important
}

.strong-500 {
    font-weight: 500 !important
}

.strong-600 {
    font-weight: 600 !important
}

.strong-700 {
    font-weight: 700 !important
}

.ls-1 {
    letter-spacing: 1px !important
}

.ls-2 {
    letter-spacing: 2px !important
}

.ls-3 {
    letter-spacing: 3px !important
}

.ls-4 {
    letter-spacing: 4px !important
}

.ls-5 {
    letter-spacing: 5px !important
}

.line-height-1_2 {
    line-height: 1.2 !important
}

.line-height-1_4 {
    line-height: 1.4 !important
}

.line-height-1_5 {
    line-height: 1.5 !important
}

.line-height-1_6 {
    line-height: 1.6 !important
}

.line-height-1_8 {
    line-height: 1.8 !important
}

.spacer {
    margin: 20px 0!important;
}

.no-padding {
    padding:0!important;
}
.no-margin {
    margin:0!important;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3F8DBF; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #A3B1BF; 
}

