@font-face {
  font-family: 'Nunito';
  src: url(../Font/Nunito-VariableFont_wght.ttf);
}

body {
  font-family: 'Nunito';
  margin: 0 auto;
  padding: 0;
  background-color: rgb(245, 245, 245);
  width: 97.5rem; /* 1560px */
  border: 0.0625rem solid rgba(128, 128, 128, 0.231); /* 1px */
  box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0.354);     /* 1px */
}

html {
  background-color: #f1f5f9;
}
