.honk-example {
  font-family: "Honk", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "MORF" 15,
    "SHLN" 50;
  font-size: 36px;
}

@font-face {
  font-family: 'UnownFont';
  src: url('/stylesheets/tutorials/unown.ttf') format('truetype');
}

.unown-example {
  font-family: 'UnownFont', Fallback, sans-serif;
  font-size: 24px;
  color: black;
}
