/* IRANSansX Font Definitions */
@font-face {
    font-family: 'IRANSansX';
    src: url('./woff2/IRANSansX-Regular.woff2') format('woff2'),
         url('./woff/IRANSansX-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansX';
    src: url('./woff2/IRANSansX-Light.woff2') format('woff2'),
         url('./woff/IRANSansX-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansX';
    src: url('./woff2/IRANSansX-Medium.woff2') format('woff2'),
         url('./woff/IRANSansX-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansX';
    src: url('./woff2/IRANSansX-Bold.woff2') format('woff2'),
         url('./woff/IRANSansX-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansX';
    src: url('./woff2/IRANSansX-Black.woff2') format('woff2'),
         url('./woff/IRANSansX-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Global Font Settings */
* {
    font-family: 'IRANSansX', 'Press Start 2P', monospace;
}

body {
    font-family: 'IRANSansX', 'Press Start 2P', monospace;
    font-weight: 400;
    direction: rtl;
    text-align: right;
}

/* English Text Font */
.en, .english {
    font-family: 'Press Start 2P', monospace;
    direction: ltr;
    text-align: left;
} 