@font-face {
    font-family: 'irsaxv';
    src: url('../fonts/IRANSansXV.woff') format('woff-variations'),
    /* will be the standard and works in Safari now */
    url('../fonts/IRANSansXV.woff') format('woff');
    /* for the other supporting browsers */
    font-weight: 100 1000;
    font-display: fallback;
}
#sp-bottom * {
    font-variation-settings: "wght" 300, "DOTS" 5;
}
h1, h2, h3, h4, h5, h6 {
    font-variation-settings: "wght" 600, "DOTS" 5;
}
body, body *{
    font-family: 'irsaxv';
    font-variation-settings: "wght" 400, "DOTS" 5;

   -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}


.dirltr{
    direction:ltr;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}
/*body{
    background-color:#ffffff;
    background-image: url(../../../images/bgmnwebsvg.svg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 300px;
    background-attachment: fixed;
    background-position: top center;
    
}