@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

* {
  font-family: "Rubik", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
}
html,
body {
  overflow-x: hidden;
  width: 100%;
}
:root{
  --primary-color: #14bf4d !important;
  --secondary-color: #333;
  --hover-color: #888;
  /* --main-color: #258d48; */
  --main-color: #000000;
  /* --gray-text: #808080 ; */
  --gray-text: #ffff ;

}