@font-face {
  font-family: Poppins;
  src: url('../glool/Poppins/Poppins-Regular.ttf');
}

@font-face {
  font-family: Readex;
  src: url('../glool/Readex_Pro/static/ReadexPro-Regular.ttf');
}

@font-face {
  font-family: Poppins;
  src: url('../glool/Poppins/Poppins-Black.ttf');
  font-weight: 900;
}

@font-face {
  font-family: Poppins;
  src: url('../glool/Poppins/Poppins-BlackItalic.ttf');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: Poppins;
  src: url('../glool/Poppins/Poppins-Bold.ttf');
  font-weight: 700;
}

@font-face {
  font-family: Poppins;
  src: url('../glool/Poppins/Poppins-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: Poppins;
  src: url('../glool/Poppins/Poppins-ExtraBold.ttf');
  font-weight: 800;
}

@font-face {
  font-family: Poppins;
  src: url('../glool/Poppins/Poppins-ExtraBoldItalic.ttf');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: Poppins;
  src: url('../glool/Poppins/Poppins-ExtraLight.ttf');
  font-weight: 200;
}

@font-face {
  font-family: Poppins;
  src: url('../glool/Poppins/Poppins-ExtraLightItalic.ttf');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: Poppins;
  src: url('../glool/Poppins/Poppins-Italic.ttf');
  font-style: italic;
}

@font-face {
  font-family: Poppins;
  src: url('../glool/Poppins/Poppins-Light.ttf');
  font-weight: 300;
}

@font-face {
  font-family: Poppins;
  src: url('../glool/Poppins/Poppins-LightItalic.ttf');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: Poppins;
  src: url('../glool/Poppins/Poppins-Medium.ttf');
  font-weight: 500;
}

@font-face {
  font-family: Poppins;
  src: url('../glool/Poppins/Poppins-MediumItalic.ttf');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: Poppins;
  src: url('../glool/Poppins/Poppins-SemiBold.ttf');
  font-weight: 600;
}

@font-face {
  font-family: Poppins;
  src: url('../glool/Poppins/Poppins-SemiBoldItalic.ttf');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: Poppins;
  src: url('../glool/Poppins/Poppins-Thin.ttf');
  font-weight: 100;
}

@font-face {
  font-family: Poppins;
  src: url('../glool/Poppins/Poppins-ThinItalic.ttf');
  font-weight: 100;
  font-style: italic;
}


/* bsharah 2024-08-13 rest of Readex */

@font-face {
  font-family: Readex;
  src: url('../glool/Readex_Pro/static/ReadexPro-Bold.ttf');
  font-weight: 700;
}

@font-face {
  font-family: Readex;
  src: url('../glool/Readex_Pro/static/ReadexPro-ExtraLight.ttf');
  font-weight: 200;
}

@font-face {
  font-family: Readex;
  src: url('./../glool/Readex_Pro/static/ReadexPro-Light.ttf');
  font-weight: 300;
}

@font-face {
  font-family: Readex;
  src: url('../glool/Readex_Pro/static/ReadexPro-Medium.ttf');
  font-weight: 500;
}

@font-face {
  font-family: Readex;
  src: url('../glool/Readex_Pro/static/ReadexPro-SemiBold.ttf');
  font-weight: 600;
}