@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/instrument-sans/400.ttf') format('truetype');
}

@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/instrument-sans/500.ttf') format('truetype');
}

@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/instrument-sans/600.ttf') format('truetype');
}

@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/instrument-sans/700.ttf') format('truetype');
}

html[lang^="en"] body:not([dir="rtl"]):not(.editor-lang-ar),
html[lang^="en"] body:not([dir="rtl"]):not(.editor-lang-ar) *:not(.fa):not(.fas):not(.far):not(.fab):not(.fal):not(.glyphicon):not(.material-icons):not(.bi) {
  font-family: 'Instrument Sans', sans-serif !important;
}

html[lang^="en"] body button,
html[lang^="en"] body input,
html[lang^="en"] body optgroup,
html[lang^="en"] body select,
html[lang^="en"] body textarea {
  font-family: inherit !important;
}
