/* H Tags */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  line-height: normal;
  margin: 0px;
  padding: 0px;
}


/* Font Size */
.font-size-xt { font-size: 9px; }
.font-size-tn { font-size: 12px; }
.font-size-xs { font-size: 14px; }
.font-size-sm { font-size: 18px; }
.font-size-md { font-size: 24px; }
.font-size-lg { font-size: 30px; }
.font-size-xl { font-size: 36px; }
.font-size-xxl { font-size: 48px; }


/* Font Weight */
.font-weight-normal { font-weight: normal; }
.font-weight-bold { font-weight: bold; }
.font-weight-bolder { font-weight: bolder; }
.font-weight-lighter { font-weight: lighter; }
.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-800 { font-weight: 800; }
.font-weight-900 { font-weight: 900; }


/* Font Style */
.font-style-normal { font-style: normal; }
.font-style-italic { font-style: italic; }
.font-style-oblique { font-style: oblique; }

/* Text Decoration */
.text-decoration-none { text-decoration: none; }
.text-decoration-overline { text-decoration: overline; }
.text-decoration-line-through { text-decoration: line-through; }
.text-decoration-underline { text-decoration: underline; }
.text-shadow-none { text-shadow: none; }


/* Line Height */
.line-height-normal { line-height: normal; }
.line-height-1 { line-height: 1; }
.line-height-1-5 { line-height: 1.5; }
.line-height-2 { line-height: 2; }

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
	text-align: left;
}


/* Text Colors */
.text-black { color: #000; }
.text-default { color: #76838f; }
.text-primary{ color: #4e97d9; }
.text-success { color: #36ab7a; }
.text-info { color: #47b8c6; }
.text-warning { color: #e79857; }
.text-danger { color: #e9595b; }
.text-white { color: #fff }

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
