:root {
  --white: #fff;
  --black: #000;
  --color1: #4d148e;
  --color2: #a1aab3;
  --color3: #5e6e7d;
  --color4: #f5f2f2;
  --color5: #f1f5f9;
  --color6: #e6e7e9;
  --color7: #ccc9d14f;
  --color8: #eeeeee;
  --color9: #d8d8d8;
  --color10: #e8e8e8;
}

@font-face {
  font-family: "Mulish";
  src: url(../fonts/Mulish-Black.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Mulish";
  src: url(../fonts/Mulish-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Mulish";
  src: url(../fonts/Mulish-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Mulish";
  src: url(../fonts/Mulish-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "Mulish";
  src: url(../fonts/Mulish-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "fontAwesome";
  src: url(../fonts/fa-solid-900.ttf);
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "fontAwesome";
  src: url(../fonts/fa-regular-400.ttf);
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "Mulish", sans-serif !important;
  font-weight: 400;
}