@charset "utf-8";

body {
    background-color: #E1DBEE;
}
 

/* Bold - 700 */
@font-face {
    font-family: 'IRANSans-web';
    src: url('IRANSans-Bold-web.woff2') format('woff2'),
         url('IRANSans-Bold-web.woff') format('woff'),
         url('IRANSans-Bold-web.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Medium - 500 */
@font-face {
    font-family: 'IRANSans-web';
    src: url('IRANSans-Medium-web.woff2') format('woff2'),
         url('IRANSans-Medium-web.woff') format('woff'),
         url('IRANSans-Medium-web.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Light - 300 */
@font-face {
    font-family: 'IRANSans-web';
    src: url('IRANSans-Light-web.woff2') format('woff2'),
         url('IRANSans-Light-web.woff') format('woff'),
         url('IRANSans-Light-web.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* UltraLight - 200 */
@font-face {
    font-family: 'IRANSans-web';
    src: url('IRANSans-UltraLight-web.woff2') format('woff2'),
         url('IRANSans-UltraLight-web.woff') format('woff'),
         url('IRANSans-UltraLight-web.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Regular - 400 */
@font-face {
    font-family: 'IRANSans-web';
    src: url('IRANSans-web.woff2') format('woff2'),
         url('IRANSans-web.woff') format('woff'),
         url('IRANSans-web.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
 
.IRANSansBold, 
.IRANSansMedium, 
.IRANSansUltraLight, 
.IRANSansLight, 
.IRANSans {
    font-family: 'IRANSans-web', sans-serif;
    color: #000;
    margin-right: 50px;
    border-bottom: 1px solid #FFF;
}
 
.IRANSansBold        { font-weight: 700; }
.IRANSansMedium      { font-weight: 500; }
.IRANSansLight       { font-weight: 300; }
.IRANSansUltraLight  { font-weight: 200; }
.IRANSans            { font-weight: 400; }