/*****************Font Styles*****************/
@font-face {
    font-family: Shabnam-FD;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Shabnam-FD.eot"),
        url("../fonts/Shabnam-FD.woff2") format('woff2'),
        url("../fonts/Shabnam-FD.woff") format('woff'),
        url("../fonts/Shabnam-FD.ttf") format('truetype');
}

@font-face {
    font-family: Shabnam-FD;
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/Shabnam-Bold-FD.eot"),
    url("../fonts/Shabnam-Bold-FD.woff2") format('woff2'),
    url("../fonts/Shabnam-Bold-FD.woff") format('woff'),
    url("../fonts/Shabnam-Bold-FD.ttf") format('truetype');
}

@font-face {
    font-family: Shabnam-FD;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/Shabnam-Light-FD.eot"),
    url("../fonts/Shabnam-Light-FD.woff2") format('woff2'),
    url("../fonts/Shabnam-Light-FD.woff") format('woff'),
    url("../fonts/Shabnam-Light-FD.ttf") format('truetype');
}

*, span, p, h1, h2, h3, h4, h5, h6,input, textarea {
    font-family: Shabnam-FD;
}

.text-xsmall {
    font-weight: 300;
    font-size: 0.75rem;
}
.text-small {
    font-weight: 300;
    font-size: 0.85rem;
}
.text-medium {
    font-weight: normal;
    font-size: 1.0rem;
}
.text-large {
    font-weight: normal;
    font-size: 1.2rem;
}
.text-xlarge {
    font-weight: bold;
    font-size: 1.4rem;
}
.text-xxlarge {
    font-weight: bold;
    font-size: 1.7rem;
}
.text-xxxlarge {
    font-weight: bold;
    font-size: 2.1rem;
}
.text-xxxxlarge {
    font-weight: bold;
    font-size: 2.7rem;
}

.text-b {
    font-weight: bold;
}

