/* AppKit renders DOM/shadow DOM, so Flutter's font registration is not enough. */
@font-face {
  font-family: 'Michroma';
  src: url('assets/assets/fonts/michroma/Michroma-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
