/*
    Theme Name: SRH
    Description: This is a custom build theme for Wordpress.
    Author: Shahzeb Khan
    Author URI: https://www.linkedin.com/in/shahzebkhan99uh/
    Tags: Shahzeb
*/

/* GILDA DISPLAY */
@font-face {
  font-family: "Gilda Display";
  src: url("./assets/fonts/Gilda_Display/GildaDisplay-Regular.ttf") format("truetype");
}

/* Inter */
@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/Inter/Inter-VariableFont_opsz\,wght.ttf") format("truetype");
  font-optical-sizing: auto;
}

/* Rubikl */
@font-face {
  font-family: "Rubikl";
  src: url("./assets/fonts/Rubik/Rubik-VariableFont_wght.ttf") format("truetype");
  font-optical-sizing: auto;
}

/* GILROY */
@font-face {
  font-family: "Gilroy";
  src: url("./assets/fonts/Gilroy/Gilroy-Light.otf")
    format("opentype");
}
@font-face {
  font-family: "Gilroy";
  src: url("./assets/fonts/Gilroy/Gilroy-ExtraBold.otf")
    format("opentype");
  font-weight: 800;
}

/* 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;
}

body {
  /* font-family: "Gilda Display", serif; */
  font-family: "Inter", sans-serif;
}

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

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}


