@font-face {
  font-family: 'IM_Hyemin-Bold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2106@1.1/IM_Hyemin-Bold.woff2') format('woff');
  font-weight: normal;
  font-style: normal;
}

*{
  font-family: 'IM_Hyemin-Bold';
  box-sizing: border-box;
}

html{
  font-size: 16px;
}

body{
  margin: 0;
  height: 100vh;
  min-width: 300px;
}
