@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');

body{
    font-family: 'Poppins', sans-serif;
    background: #ececec;
}


@media only screen and (max-width: 768px){

      body {
         font-size: 14px;
      }

}