/* my font */
@font-face {
  font-family: "Kurdistan24";
  src: url("K24KurdishLight-Light.woff") format("truetype"),
  url("K24KurdishBold-Bold.woff") format("truetype");
}



html {
  scroll-behavior: smooth;
}





/* my general */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Kurdistan24", sans-serif;
  font-weight: 300;
  





  /* direction: rtl;
  text-align: justify; */




  /* no text selection */
  user-select: none;
  -webkit-user-select: none; /* For Safari */
  -moz-user-select: none;    /* For Firefox */
  -ms-user-select: none;     /* For Internet Explorer/Edge */
} 



body {
  background-color: var(--background-white-color);
  direction: rtl;
}



/* defining variables */
:root {
  --main-color: 30px;  
  --white-color: #f2f2f2;
  --green-color: #14784A;
  --grey-color: #424342;
  --background-white-color: #f2f2f2;
  --background-green-color: #14784A;
  --background-grey-color: #424342;
}
