@font-face {
    font-family: 'iransans';
    src: url('IRANSansLight.ttf') format('truetype');
}

/* Apply to all elements on the page */
* {
    font-family: 'iransans', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Optional fallback for specific tags */
body, button, input, textarea, select {
    font-weight: bold; /* Force bold weight even if system applies normal */
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'iransans', sans-serif;
}

/* Optional styling for specific elements */
p {
    line-height: 1.6;
}

a {
    color: inherit; /* Maintain your custom font inheritance on links */
}

b, strong {
    font-weight: bold; /* Override browser defaults */
}
