/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

@font-face {
  font-family: 'iransansxv';
  src: url('fonts/IRANSansXV.woff') format('woff-variations'),
  /* will be the standard and works in Safari now */
  url('fonts/IRANSansXV.woff') format('woff');
  /* for the other supporting browsers */
  font-weight: 100 1000;
  font-display: swap !important;
}
@font-face {
  font-family: iransansx;
  src: url('fonts/staticfonts/IRANSansX-Regular.woff') format('woff');
}
@font-face {
  font-family: iransansx;
  src: url('fonts/staticfonts/IRANSansX-Bold.woff') format('woff');
  font-weight: 600;
}
body{
  font-family: iransansx, tahoma;
  font-size: 16px;
  font-weight: 400;
  font-variation-settings: "DOTS" 4;
  -moz-font-feature-settings: "ss02" !important;
  -webkit-font-feature-settings: "ss02" !important;
  font-feature-settings: "ss02" !important;
}
input, select, optgroup, textarea{
  font-family: iransansx, tahoma !important;
  font-variation-settings: "DOTS" 4;
  font-size: 0.95rem !important;
  -moz-font-feature-settings: "ss02" !important;
  -webkit-font-feature-settings: "ss02" !important;
  font-feature-settings: "ss02" !important;
}
@supports (font-variation-settings: normal) {
  body{
    font-family: 'iransansxv', tahoma;
    font-size: 16px;
    font-weight: 400;
    font-variation-settings: "DOTS" 4;
    -moz-font-feature-settings: "ss02" !important;
    -webkit-font-feature-settings: "ss02" !important;
    font-feature-settings: "ss02" !important;
  }
  input, select, optgroup, textarea{
    font-family: 'iransansxv', tahoma !important;
    font-variation-settings: "DOTS" 4;
    font-size: 0.95rem !important;
    -moz-font-feature-settings: "ss02" !important;
    -webkit-font-feature-settings: "ss02" !important;
    font-feature-settings: "ss02" !important;
  }
}
