@import "./reset.css";

@font-face {
  font-family: "FreesentationR";
  src: url("/assets/fonts/Freesentation-4Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; /* 폰트 로딩 중 시스템 폰트로 먼저 보여줌 */
}
@font-face {
  font-family: "FreesentationSB";
  src: url("/assets/fonts/Freesentation-5Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; /* 폰트 로딩 중 시스템 폰트로 먼저 보여줌 */
}
@font-face {
  font-family: "FreesentationB";
  src: url("/assets/fonts/Freesentation-7Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; /* 폰트 로딩 중 시스템 폰트로 먼저 보여줌 */
}

html,
body {
  overscroll-behavior-y: contain;
  overflow: hidden;
  font-family: "FreesentationR", sans-serif;
  font-size: 15px;
  line-height: normal;
  color: #161a1c;
  user-select: none;
}
