/*
 Theme Name:   Astra Child
 Theme URI:    https://wpastra.com/
 Description:  Child theme for Astra
 Author:       Your Name
 Author URI:   https://yourwebsite.com/
 Template:     astra
 Version:      1.0.0
*/

/* Custom font */
@font-face {
  font-family: 'IRANYekanX';
  src: url('/wp-content/themes/astra-child/fonts/IRANYekanXVF.woff2') format('woff2');
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: normal;
}

html, body, button, input, select, textarea,
h1, h2, h3, h4, h5, h6,
a, nav, .elementor *, .wp-block, .site-title, .site-description {
  font-family: 'IRANYekanX', sans-serif !important;
}

* {
  font-family: 'IRANYekanX' !important;
}