/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* IRANSansX - Regular */
@font-face {
  font-family: 'IRANSansX';
  src: url('font/IRANSansX-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* IRANSansX - Bold */
@font-face {
  font-family: 'IRANSansX';
  src: url('font/IRANSansX-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* IRANSansX - Black */
@font-face {
  font-family: 'IRANSansX';
  src: url('font/IRANSansX-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

body, h1, h2, h3, h4, h5, h6, .title, .wpb_column {
    font-family: 'IRANSansX', Tahoma, sans-serif !important;
}