/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #d2c9c9;
}
.bg-grey {
     background: #8e8585;
}
.bg-grey2 {
     background: #e3dbdb;
}

/* body::before {
  content: "MOBILE";
  position: fixed;
  top: 0; left: 0;
  background: red; color: white;
  font-size: 12px; padding: 2px 5px;
  z-index: 9999;
}

@media (min-width: 600px) {
  body::before {
    content: "DESKTOP";
    background: green;
  }
} */



