@charset "utf-8";


/* Pretendard */

@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 100;
    src: local('Pretendard Thin'), local('Pretendard-Thin'),
    url('/fonts/Pretendard-Thin.woff') format('woff');
}
@font-face { /* 사용 */
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 200;
    src: local('Pretendard ExtraLight'), local('Pretendard-ExtraLight'),
    url('/fonts/Pretendard-ExtraLight.woff') format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 300;
    src: local('Pretendard Light'), local('Pretendard-Light'),
    url('/fonts/Pretendard-Light.woff') format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 400;
    src: local('Pretendard Regular'), local('Pretendard-Regular'),
    url('/fonts/Pretendard-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 500;
    src: local('Pretendard Medium'), local('Pretendard-Medium'),
    url('/fonts/Pretendard-Medium.woff') format('woff');
}
@font-face { /* 사용 */
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 600;
    src: local('Pretendard SemiBold'), local('Pretendard-SemiBold'),
    url('/fonts/Pretendard-SemiBold.woff') format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 700;
    src: local('Pretendard Bold'), local('Pretendard-Bold'),
    url('/fonts/Pretendard-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 800;
    src: local('Pretendard ExtraBold'), local('Pretendard-ExtraBold'),
    url('/fonts/Pretendard-ExtraBold.woff') format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 900;
    src: local('Pretendard Black'), local('Pretendard-Black'),
    url('/fonts/Pretendard-Black.woff') format('woff');
}

/* Urbanist */

@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 100;
    src: local('Urbanist Thin'), local('Urbanist-Thin'),
    url('/fonts/Urbanist-Thin.woff') format('woff');
}
@font-face { 
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 200;
    src: local('Urbanist ExtraLight'), local('Urbanist-ExtraLight'),
    url('/fonts/Urbanist-ExtraLight.woff') format('woff');
}
@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 300;
    src: local('Urbanist Light'), local('Urbanist-Light'),
    url('/fonts/Urbanist-Light.woff') format('woff');
}
@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    src: local('Urbanist Regular'), local('Urbanist-Regular'),
    url('/fonts/Urbanist-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 500;
    src: local('Urbanist Medium'), local('Urbanist-Medium'),
    url('/fonts/Urbanist-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 600;
    src: local('Urbanist SemiBold'), local('Urbanist-SemiBold'),
    url('/fonts/Urbanist-SemiBold.woff') format('woff');
}
@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 700;
    src: local('Urbanist Bold'), local('Urbanist-Bold'),
    url('/fonts/Urbanist-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 800;
    src: local('Urbanist ExtraBold'), local('Urbanist-ExtraBold'),
    url('/fonts/Urbanist-ExtraBold.woff') format('woff');
}
@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 900;
    src: local('Urbanist Black'), local('Urbanist-Black'),
    url('/fonts/Urbanist-Black.woff') format('woff');
}


body,
textarea,
input,
select{
	font-family: 'Pretendard', 'Dotum', Arial, sans-serif;
}

