
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

*{ 
    font-family: "Rubik", sans-serif; 
    box-sizing: border-box;
    --green-color: #A8CF44; 
} 

p {
    font-weight: 300;
}

/* @media only screen and (min-width: 1520px) {
  .nav{
    padding-left: 18% !important;
    padding-right: 18% !important;
  }
} */