@font-face {
    font-family: 'Lost Tumbler';
    src: url('LostTumbler.woff2') format('woff2'),
        url('LostTumbler.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.lost-tumbler{
  font-family: 'Lost Tumbler';
  font-weight: normal;
  font-style: normal;
  }
.gaegu-regular {
  font-family: "Gaegu", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body {
  background-color: white;
  color: black;
}