@font-face {
    font-family: 'Tex Gyre Heros'; /* Your desired font name */
    src: url('./texgyreheroscn-regular.otf') format('opentype');
    font-weight: normal; /* Font weight (normal, bold, etc.) */
    font-style: normal; /* Font style (normal, italic, etc.) */
  }

  * {
    font-family: 'Tex Gyre Heros', sans-serif;
    font-size: .9rem;
    box-sizing: border-box;
    font-weight: normal;
    color: silver;
}

*::selection {
  background-color: silver;
}

body {
  margin: 0;
  padding: 0.5rem;
}

p {
  margin-top: 0!important;
  line-height: 0.9;
}
