@font-face {
  font-family: "Muli";
  src: url("public/Muli-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


* {
  font-family: Muli, sans-serif;
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  display: grid;
  justify-content: center;
  
}
