@charset "utf-8";
/*
 - 파일이름	:	css/fonts.css
 - 설    명	:	모든 프로젝트의 공통 css
 - 추가내용   : /fonts폴더를 가지고 와야 글꼴이 제대로 표현될 수 있다.
 - 버전관리
 ----------------------------------------------------------
 -   Date      Version   Auther   Description
 ------------  --------  -------  --------------------------
 - 2026.01.28    1.0       PMI     작성
 */
@font-face {
    font-family: 'paperlogy';
    font-weight: 600;
	src: url('../fonts/Paperlogy-6SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
	src: url('../fonts/Pretendard-Thin.woff2') format('woff2');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 200;
	src: url('../fonts/Pretendard-ExtraLight.woff2') format('woff2');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
	src: url('../fonts/Pretendard-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
	src: url('../fonts/Pretendard-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
	src: url('../fonts/Pretendard-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
	src: url('../fonts/Pretendard-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
	src: url('../fonts/Pretendard-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
	src: url('../fonts/Pretendard-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
	src: url('../fonts/Pretendard-Black.woff2') format('woff2');
}
