@font-face {
   font-family: 'Pretendard';
   font-style: normal;
   font-weight: 400;
   src: url(fonts/Pretendard-Regular.woff2) format('woff2'),
        url(fonts/Pretendard-Regular.woff) format('woff'),
        url(fonts/Pretendard-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Pretendard';
   font-style: normal;
   font-weight: 600;
   src: url(fonts/Pretendard-SemiBold.woff2) format('woff2'),
        url(fonts/Pretendard-SemiBold.woff) format('woff'),
        url(fonts/Pretendard-SemiBold.otf) format('opentype');
 }
@font-face {
   font-family: 'Pretendard';
   font-style: normal;
   font-weight: 700;
   src: url(fonts/Pretendard-Bold.woff2) format('woff2'),
        url(fonts/Pretendard-Bold.woff) format('woff'),
        url(fonts/Pretendard-Bold.otf) format('opentype');
 }
