@font-face {
  font-family: 'Minguk';
  src: url('../fonts/Minguk-Regular.woff') format('woff');
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Minguk';
  src: url('../fonts/Minguk-Bold.woff') format('woff');
  font-weight: 700;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}
