*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  position: relative;
  font-weight: normal;
}

@font-face {
  font-family: Sis;
  src: url(./fonts/Sis-JpRJm.ttf);
}

body {
  font-family: Sis, sans-serif;
}

.title {
  font-size: 2rem;
  padding: 1rem;
}
