/*
Theme Name: Astra Child
Template: astra
Version: 1.0
Text Domain: astra-child
*/

/* ==========================
   IRANSansX Local Fonts
========================== */

@font-face {
    font-family: "IRANSansX";
    src: url("fonts/IRANSansX-Medium.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IRANSansX";
    src: url("fonts/IRANSansX-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ==========================
   Typography System
========================== */

html, body {
    font-family: "IRANSansX", system-ui, -apple-system, sans-serif !important;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

strong, b {
    font-weight: 700;
}

button,
input,
textarea,
select {
    font-family: inherit;
}