/*
Theme Name:     khabco-lite
Theme URI:      https://khabco.com
Author:         Khabco
Author URI:     https://khabco.com
Description:    Theme for Khabco Website
Version:        1.0.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

@font-face {
  font-family: 'iransansxv';
  src:
    url('/wp-content/themes/khabco-lite/assets/fonts/IRANSansXV.woff2') format('woff2'),
    url('/wp-content/themes/khabco-lite/assets/fonts/IRANSansXV.woff') format('woff');
  font-weight: 100 1000;
  font-display: swap;
}

@font-face {
  font-family: 'iransansx';
  src: url('/wp-content/themes/khabco-lite/assets/fonts/staticfonts/IRANSansX-Regular.woff') format('woff');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'iransansx';
  src: url('/wp-content/themes/khabco-lite/assets/fonts/staticfonts/IRANSansX-Bold.woff') format('woff');
  font-weight: 600;
  font-display: swap;
}
html {
  font-family: 'iransansx', tahoma, sans-serif;
}
body {
  font-family: inherit;
}


@supports (font-variation-settings: normal) {
  html {
    font-family: 'iransansxv', tahoma, sans-serif;
  }
  body {
    font-family: inherit;
  }  
}

