﻿
/*kalınlık başlangıç*/
.text-thin {
    font-weight: 100;
}

.text-100 {
    font-weight: 100;
}

.text-200 {
    font-weight: 200;
}

.text-light {
    font-weight: 300;
}

.text-300 {
    font-weight: 300;
}

.text-400 {
    font-weight: 400;
}

.text-400-i {
    font-weight: 400 !important;
}

.text-400-important {
    font-weight: 400 !important;
}

.text-500 {
    font-weight: 500;
}

.text-500-i {
    font-weight: 500 !important;
}

.text-500-important {
    font-weight: 500 !important;
}

.text-bold {
    font-weight: 700;
}
/*kalınlık bitiş*/


/*renk başlangıç*/
.text-orange {
    color: #ff7d01;
}

.text-white {
    color: #ffffff;
}


.text-green {
    color: #81ba00;
}

.text-turquoise {
    color: #3bafda;
}

.text-gray {
    color: #7d7f82;
}

.text-navydark {
    color: #434a54;
}

.text-blue {
    color: #3BAFDA;
}

.text-black {
    color: #434a54;
}

.text-red {
    color: #c20000;
}
/*renk bitiş*/

/*hizalama başlangıç*/
.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-left {
    text-align: left;
}

.text-left-important, .text-left-i {
    text-align: left !important;
}

.text-right {
    text-align: right;
}
/*hizalama bitiş*/

.text-underline {
    text-decoration: underline;
}
.text-hover-color-inherit:hover {
    color: inherit;
}
.text-hover-color-inherit:focus {
    color: inherit;
}
.white-space-nowrap {
    white-space: nowrap;
}


.font-size-inherit {
    font-size: inherit;
}
