@charset "utf-8";

@import "plugin/swiper-bundle.min.css";
@import "common/common.css";
@import "component/component.css";
@import "component/output.css";



/* PretendardGOV Regular */
@font-face {
  font-family: 'Pretendard GOV';
  src: url('../fonts/PretendardGOV-Regular.subset.woff2') format('woff2'),
       url('../fonts/PretendardGOV-Regular.subset.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* PretendardGOV Medium */
@font-face {
  font-family: 'Pretendard GOV';
  src: url('../fonts/PretendardGOV-Medium.subset.woff2') format('woff2'),
       url('../fonts/PretendardGOV-Medium.subset.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* PretendardGOV Bold */
@font-face {
  font-family: 'Pretendard GOV';
  src: url('../fonts/PretendardGOV-Bold.subset.woff2') format('woff2'),
       url('../fonts/PretendardGOV-Bold.subset.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
