@font-face {
    font-family: "Raleway";
    src:
        url("/public/polices/Raleway-Medium.ttf"),
        url("/public/polices/Raleway-Light.ttf");
}



.no-style, .no-style a
{
    list-style: none;
    list-style-position: inside;
    text-decoration: none;
}

.no-bold
{
    font-weight: normal;
    font-style: normal;    
}

.no-bold-small
{
    font-weight: normal;
    font-style: normal;
    font-size: small;
}

.tleft {
    text-align: left;
}

.tcenter {
    text-align: center;
}

.tright {
    text-align: right;
}

.tjustify {
    text-align: justify;
}

.separation-white {
    border: none;
    background-color: white;
}

.separation-black {
    border: none;
    background-color: black;
}

.separation-orange {
    border: none;
    background-color: #ff9100;
}

/* font weight */


.fw-ha {
    font-weight: bold;
}

.fw-li {
    font-weight: lighter;
}

/* font color */

.fcolor-title {
    color: #523d27;
}

.fcolor-white {
    color: #ffffff;
}

.fcolor-grey {
    color: #80808f;
}

.fcolor-orange {
    color: #ff9100;
}

/* font size in px */

.fsize-15 {
    font-size: 15px;
}
.fsize-16 {
    font-size: 16px;
}
.fsize-17 {
    font-size: 17px;
}
.fsize-18 {
    font-size: 18px;
}
.fsize-19 {
    font-size: 19px;
}
.fsize-20 {
    font-size: 20px;
}
.fsize-21 {
    font-size: 21px;
}
.fsize-22 {
    font-size: 22px;
}
.fsize-23 {
    font-size: 23px;
}
.fsize-24 {
    font-size: 24px;
}
.fsize-25 {
    font-size: 25px;
}
.fsize-26 {
    font-size: 26px;
}
.fsize-27 {
    font-size: 27px;
}
.fsize-28 {
    font-size: 28px;
}

.paragraph {
    text-align: justify;
    line-height: 2;
}