/*
Theme Name:   MediCenter Child
Theme URI: https://1.envato.market/medicenter-responsive-medical-wordpress-theme
Description:  MediCenter Child Theme
Author: QuanticaLabs
Author URI: https://1.envato.market/quanticalabs
Template:     medicenter
Version:      1.2
Text Domain:  medicenter
*/
@font-face {
  font-family: 'typeRound';
  src: url('fonts/Typo_Round_Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'typeRound';
  src: url('fonts/Typo_Round_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'typeRound';
  src: url('fonts/Typo_Round_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'typeRound';
  src: url('fonts/Typo_Round_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
.customFontH1{
font-family: 'typeRound', sans-serif;
  font-weight: 700;
}
.customFontH2{
font-family: 'typeRound', sans-serif;
  font-weight: 700;
}
.customFontH3{
font-family: 'typeRound', sans-serif;
  font-weight: 700;
}
.customFontHp{
font-family: 'typeRound', sans-serif;
  font-weight: 400;
}
@font-face {
    font-family: 'GE Flow';
    src: url('https://motionprokw.com/wp-content/uploads/arabic-fonts/ge-flow-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GE SS';
    src: url('https://motionprokw.com/wp-content/uploads/arabic-fonts/ge-ss-medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
/* Arabic font for body text */
html[lang="ar"] body {
font-family: 'GE SS'!important;
}
html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6 {
  font-family: 'GE Flow' !important;
}

/* You can also target headings if needed */
body.lang-ar h1,
body.lang-ar h2,
body.lang-ar h3,
body.lang-ar h4,
body.lang-ar h5,
body.lang-ar h6 {
    font-family: 'GE Flow', sans-serif;
}