@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&family=Raleway:wght@500;600;700&display=swap");

:root {
  --primary-color: rgb(2, 130, 2);
  --secondary-color: rgb(3, 117, 3);
  --text-color: #333;
  --background-color: #fff;
  --default-font-size: 16px;
}

* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}
