﻿@import url(/dist/css/fontiran.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */
body {
    font-family: iranyekan, 'sans-serif' !important;
    font-weight: 400;
    direction: rtl;


}

h1, h2, h3, h4, h5, h6, input, textarea {
    font-family: iranyekan, 'sans-serif' !important;
}

h1 {
    font-weight: bold;
}

.text-small {
    font-size: 0.8em;
}

.text-xsmall {
    font-size: 0.6em;
}

.text-large {
    font-size: 1.2em;
}

.text-xlarge {
    font-size: 1.4em;
}

.text-ultralight {
    font-weight: 200;
}

.text-light {
    font-weight: 300;
}

.text-regular {
    font-weight: normal;
}

.text-medium {
    font-weight: 500;
}

.text-bold {
    font-weight: bold;
}


.fw-100{
    font-weight: 100 !important;
}

.fw-200{
    font-weight: 200 !important;;
}

.fw-300{
    font-weight: 300 !important;;
}

.fw-400{
    font-weight: 400 !important;;
}

.fw-500{
    font-weight: 500 !important;;
}

.fw-600{
    font-weight: 600 !important;;
}

.fw-700{
    font-weight: 700 !important;;
}

.fw-800{
    font-weight: 800 !important;;
}

.fw-900{
    font-weight: 900 !important;;
}