/* Kenny fonts.
   Display/pixel face — real "MinecraftFont" webfont, pulled from the live
   Kenny website (KennySite project). Pixelify Sans kept as a Cyrillic-safe
   web fallback for contexts where the local file hasn't loaded yet.
   Body face — Roboto, exactly as used on the site. */
@font-face {
  font-family: "MinecraftFont";
  src: url("../assets/fonts/minecraft.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@import url("https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap");
