/*
Custom CSS for TemplateMo 561 Purple Buzz

https://templatemo.com/tm-561-purple-buzz

*/


@font-face {
  font-family: "IBM Plex Sans Arabic";
  src:url("/public/fonts/IBMPlexSansArabic-SemiBold.ttf")   format("truetype");
  font-weight: 600;          /* map this file to semi-bold */
  font-style: normal;
  font-display: swap;        /* recommended: show fallback until font loads */
  /* optional: restrict to Arabic ranges to save memory in some browsers */
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}
:root {
  --ui-font: "IBM Plex Sans Arabic", "Noto Sans Arabic", system-ui, -apple-system,
              "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

/* Typical usage */
body {
  font-family: var(--ui-font) !important;
  font-weight: 400; /* regular text should use regular file (400) if available */
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Use the SemiBold weight (600) for headings / CTA */
h1, h2, h3, .btn, .price {
  font-family: var(--ui-font) !important;
  font-weight: 600; /* this picks the SemiBold face declared above */
}
.light-300
{
  font-family: var(--ui-font) !important;
  font-weight: 300; /* this picks the SemiBold face declared above */
}
.semi-bold-600
{
  font-family: var(--ui-font) !important;
  font-weight: 600; /* this picks the SemiBold face declared above */
}
html[lang="ar"] .project {
  /*left: auto !important;*/
  /*right: 0 !important;*/
}

.rtl-item {
  position: absolute !important;
  right: 0 !important;
  top: 0;
}