:root {
  /* --background-color: #ebedee; */
  --background-color: #121212;
  --background-color-dark: #000000;
  --hover-color: #222222;
  --separator-color: #f0f0f0;
  --main-text-color: #ffffff;
  /* --third-color: #1e0da0; */
  --third-color: #ff5757;
  --third-color-dark: #f93a3a;
  /* --third-color-dark: #1e0da0; */
  /* --secondary-text-color: #cececc; */
  --secondary-text-color: #7d7a7a;
  --main-background-color: #121212;
  --store-gradiant: linear-gradient(0deg, #777, transparent);
  --error-color: #ed4337f2;
  --success-color: green;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: color-mix(in srgb, var(--main-text-color) 30%, transparent);
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--main-text-color);
}

@font-face {
  font-family: 'Sovmod';
  src: url('../webfonts/sovmod.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gulzar';
  src: url('../webfonts/Gulzar-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Tajawal';
  src: url('../webfonts/Tajawal-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Questrial';
  src: url('../webfonts/Questrial-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}



body,
input,
textarea,
button,
.notranslate {
  font-family: 'Questrial', sans-serif;
}

html[lang="ar"] body,
html[lang="ar"] textarea,
html[lang="ar"] button {
  font-family: 'Tajawal', sans-serif;
  word-spacing: normal;
}


/* html[lang="ar"] body,
html[lang="ar"] button {
  line-height: 1;
} */

html[lang="ar"] input,
html[lang="ar"] h1,
html[lang="ar"] h2 {
  line-height: unset;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  color: var(--main-text-color);
}


input,
textarea {
  color: var(--main-text-color);
  background-color: var(--background-color);
}
