/*
    Theme Name: Health Shield
    Theme URI: https://www.ncoop.ae/wordpress/theme-url
    Description: This is a custom build theme for Wordpress.
    Author: Shahzeb Khan
    Author URI: https://www.linkedin.com/in/shahzebkhan99uh/
    Version: 1.3
    Tags: Shahzeb
    Text Domain: health_shield
    Domain Path: /languages
*/

/* Inter */
@font-face {
    font-family: 'Inter';
    src: url('./assets/fonts/Inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900; /* Range supported by the variable font */
    font-style: normal;
    font-display: swap;
}

/* GE SS Two */
@font-face {
  font-family: "GE SS Two";
  src: url("./assets/fonts/GE SS Two Bold/GE SS Two Light.otf")
    format("opentype");
}
@font-face {
  font-family: "GE SS Two";
  src: url("./assets/fonts/GE SS Two Bold/GE SS Two Medium.otf")
    format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "GE SS Two";
  src: url("./assets/fonts/GE SS Two Bold/GE SS Two Bold.otf")
    format("opentype");
  font-weight: 700;
}


/* Tajawal */
@font-face {
  font-family: "Tajawal";
  src: url("./assets/fonts/Tajawal/Tajawal-Regular.ttf")
    format("truetype");
}
@font-face {
  font-family: "Tajawal";
  src: url("./assets/fonts/Tajawal/Tajawal-ExtraLight.ttf")
    format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "Tajawal";
  src: url("./assets/fonts/Tajawal/Tajawal-Light.ttf")
    format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Tajawal";
  src: url("./assets/fonts/Tajawal/Tajawal-Medium.ttf")
    format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Tajawal";
  src: url("./assets/fonts/Tajawal/Tajawal-Bold.ttf")
    format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Tajawal";
  src: url("./assets/fonts/Tajawal/Tajawal-ExtraBold.ttf")
    format("truetype");
  font-weight: 800;
}
@font-face {
  font-family: "Tajawal";
  src: url("./assets/fonts/Tajawal/Tajawal-Black.ttf")
    format("truetype");
  font-weight: 800;
}

html[lang="ar"] body {
  font-family: "Tajawal", sans-serif !important;
}