@font-face {
  font-family: 'Defont1';
  src: url('fonts/Lexend.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* shows fallback font while loading */
}

* {
  font-family: 'Defont1', sans-serif;
  margin: 0;padding: 0;
}

body{
  background: #FFF3F3;
}

