﻿@font-face {
    font-family: iran-thin;
    font-style: normal;
    font-weight: 100;
    src: url("fonts/woff/iransans-thin.woff") format("woff"),
    url("fonts/woff2/iransans-thin.woff2") format("woff2");
}

@font-face {
    font-family: iran-ultraLight;
    font-style: normal;
    font-weight: 200;
    src: url("fonts/woff/iransans-ultra_light.woff") format("woff"),
    url("fonts/woff2/iransans-ultra_light.woff2") format("woff2");
}

@font-face {
    font-family: iran-light;
    font-style: normal;
    font-weight: 300;
    src: url("fonts/woff/iransans-light.woff") format("woff"),
    url("fonts/woff2/iransans-light.woff2") format("woff2");
}

@font-face {
    font-family: iran-medium;
    font-style: normal;
    font-weight: 500;
    src: url("fonts/woff/iransans-medium.woff") format("woff"),
    url("fonts/woff2/iransans-medium.woff2") format("woff2");
}

@font-face {
    font-family: iran-demibold;
    font-style: normal;
    font-weight: 600;
    src: url("fonts/woff/iransans-demi_bold.woff") format("woff"),
    url("fonts/woff2/iransans-demi_bold.woff2") format("woff2");
}

@font-face {
    font-family: iran-extrabold;
    font-style: normal;
    font-weight: 800;
    src: url("fonts/woff/iransans-extra_bold.woff") format("woff"),
    url("fonts/woff2/iransans-extra_bold.woff2") format("woff2");
}

@font-face {
    font-family: iran-black;
    font-style: normal;
    font-weight: 900;
    src: url("fonts/woff/iransans-black.woff") format("woff"),
    url("fonts/woff2/iransans-black.woff2") format("woff2");
}

@font-face {
    font-family: iran-bold;
    font-style: normal;
    font-weight: bold;
    src: url("fonts/woff/iransans-bold.woff") format("woff"),
    url("fonts/woff2/iransans-bold.woff2") format("woff2");
}

@font-face {
    font-family: iran;
    font-style: normal;
    font-weight: normal;
    src: url("fonts/woff/iransans-regular.woff") format("woff"),
    url("fonts/woff2/iransans-regular.woff2") format("woff2");
}

.iran {
    font-family: iran !important;
}

.iran-medium {
    font-family: iran-medium !important;
}

.iran-demibold {
    font-family: iran-demibold !important;
}

.iran-bold {
    font-family: iran-bold !important;
}

.iran-extrabold {
    font-family: iran-extrabold !important;
}

