@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;500;700&display=swap);
@font-face {
  font-family: Graphik;
  src: local("Graphik Regular"),url('../fonts/graphik/Graphik-Regular.woff2'),url('../fonts/graphik/Graphik-Regular.woff');
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%
}
@font-face {
  font-family: Graphik;
  src: local("Graphik Medium"),url('../fonts/graphik/Graphik-Medium.woff2'),url('../fonts/graphik/Graphik-Medium.woff');
  font-weight: 500;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%
}
@font-face {
  font-family: Graphik;
  src: local("Graphik Semibold"),url('../fonts/graphik/Graphik-Semibold.woff2'),url('../fonts/graphik/Graphik-Semibold.woff');
  font-weight: 700;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%
}
@font-face {
  font-family: Sunsive;
  src: local("Sunsive Regular"),url('../fonts/sunsive/Sunsive-Regular.woff'),url('../fonts/sunsive/Sunsive-Regular.woff2');
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%
}
@font-face {
  font-family: Sunsive;
  src: local("Sunsive Medium"),url('../fonts/sunsive/Sunsive-Medium.woff'),url('../fonts/sunsive/Sunsive-Medium.woff2');
  font-weight: 500;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%
}
@font-face {
  font-family: Sunsive;
  src: local("Sunsive SemiBold"),url('../fonts/sunsive/Sunsive-SemiBold.woff'),url('../fonts/sunsive/Sunsive-SemiBold.woff2');
  font-weight: 600;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%
}
@font-face {
  font-family: Sunsive;
  src: local("Sunsive Bold"),url('../fonts/sunsive/Sunsive-SemiBold.woff'),url('../fonts/sunsive/Sunsive-SemiBold.woff2');
  font-weight: 700;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%
}