html { background: #ebecec; }
body {
  font-size: 20px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body > main { flex: 1; }

@font-face {
  font-family: 'MPLUS1p';
  src: url('/fonts/MPLUS1p-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MPLUS1p';
  src: url('/fonts/MPLUS1p-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MPLUS1p';
  src: url('/fonts/angst-normal.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MPLUS1p';
  src: url('/fonts/MPLUS1p-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
