@font-face {
  font-family: 'Pixelify Sans';
  src: url('../fonts/pixelify-sans-latin-400-normal.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
body { font-family: Arial, sans-serif; }
.font-alt { font-family: 'Pixelify Sans', 'Birthday Pixel', sans-serif; font-weight: 400; }

/* Birthday posters carry writing at the edges: show the complete artwork. */
.grid__item-img {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
