@charset "utf-8";

@font-face {
  font-family: 'pgov';
  font-style: normal;
  font-weight: normal;
  src: url('/fonts/PretendardGOV-Medium.woff') format('woff'),
    url('/fonts/PretendardGOV-Medium.ttf') format('truetype');
}


@font-face {
  font-family: 'pgov';
  font-style: normal;
  font-weight: bold;
  src: url('/fonts/PretendardGOV-Bold.woff') format('woff'),
    url('/fonts/PretendardGOV-Bold.ttf') format('truetype');
}

