@font-face{
     font-family: MorningTea;
     src: url("/oldsite/fonts/MorningTea.ttf") 
}
 @font-face{
     font-family: Romance;
     src: url("/oldsite/fonts/RomanceA.ttf");
}
 @font-face{
     font-family: Costura;
     src: url("/oldsite/fonts/costura_regular.otf");
}
 .gaegu-regular {
     font-family: "Gaegu", serif;
     font-weight: 400;
     font-style: normal;
}
body {
  background-color: #1a1a19;
  color: #efa0a0;
  font-family: Gaegu;
  font-size: 20px;
  padding-left: 12px;
  padding-right: 1px;
}
 h1 {
     font-family: MorningTea;
}
 h2 {
     font-family: Romance;
     font-size: 36px;
}
 h3 {
     font-family: Costura;
}
/* ===== Scrollbar CSS ===== */

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 3px;
  }

  *::-webkit-scrollbar-track {
    background: #1a1a19;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #efa0a0;
    border-radius: 2px;
    border: 3px none #ffffff;
  }