/* general additional text style */ .text-gray-100 { color: $gray-100 !important; } .text-gray-200 { color: $gray-200 !important; } .text-gray-300 { color: $gray-300 !important; } .text-gray-400 { color: $gray-400 !important; } .text-gray-500 { color: $gray-500 !important; } .text-gray-600 { color: $gray-600 !important; } .text-gray-700 { color: $gray-700 !important; } .fs-larger { font-size: larger !important; } .fs-smaller { font-size: smaller !important; } .fw-500 { font-weight: 500; } .fw-600 { font-weight: 600; } .font-brand { font-family: $font-family-brand; } /* general additional spacing style */ /* general additional border style */ .border-gray-900 { border-color: $gray-900 !important; } .border-10 { border-width: 10px !important; } .border-20 { border-width: 20px !important; }