/* Persian Fonts - IRANSans */

@font-face {
    font-family: 'IRANSans';
    src: url('../../fonts/IRANSansXV.woff2') format('woff2'),
         url('../../fonts/IRANSansXV.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSans';
    src: url('../../fonts/staticfonts/IRANSansX-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSans';
    src: url('../../fonts/staticfonts/IRANSansX-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Apply Persian Font to Entire Site */
html, body {
    font-family: 'IRANSans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Ensure all text elements use Persian font */
h1, h2, h3, h4, h5, h6,
p, span, div, a, button,
input, textarea, select,
label, .woocommerce * {
    font-family: 'IRANSans', inherit;
}
