/* Cirth (Dwarvish) Font CSS */
@font-face {
  font-family: 'Cirth';
  src: url('./dwarvishregular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

.cirth-font {
  font-family: 'Cirth', 'Noto Sans', monospace;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
