/** 
   Bang So Jung CSS
   http://bangsojung.com/
**/
/*

        폰트 CSS

*/
/* 	영문폰트  */
@font-face {
	font-family: 'Poppins';
	font-weight: 900;
	font-display: optional;
	src: local('Poppins Black'), url('../fonts/woff/Poppins-Black.woff') format('woff');
}
@font-face {
	font-family: 'Poppins';
	font-weight: 800;
	font-display: optional;
	src: local('Poppins ExtraBold'), url('../fonts/woff/Poppins-ExtraBold.woff') format('woff');
}
@font-face {
	font-family: 'Poppins';
	font-weight: 700;
	font-display: optional;
	src: local('Poppins Bold'), url('../fonts/woff/Poppins-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Poppins';
	font-weight: 600;
	font-display: optional;
	src: local('Poppins SemiBold'), url('../fonts/woff/Poppins-SemiBold.woff') format('woff');
}
@font-face {
	font-family: 'Poppins';
	font-weight: 500;
	font-display: optional;
	src: local('Poppins Medium'), url('../fonts/woff/Poppins-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Poppins';
	font-weight: 400;
	font-display: optional;
	src: local('Poppins Regular'), url('../fonts/woff/Poppins-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Poppins';
	font-weight: 300;
	font-display: optional;
	src: local('Poppins Light'), url('../fonts/woff/Poppins-Light.woff') format('woff');
}
@font-face {
	font-family: 'Poppins';
	font-weight: 200;
	font-display: optional;
	src: local('Poppins ExtraLight'), url('../fonts/woff/Poppins-ExtraLight.woff') format('woff');
}
@font-face {
	font-family: 'Poppins';
	font-weight: 100;
	font-display: optional;
	src: local('Poppins Thin'), url('../fonts/woff/Poppins-Thin.woff') format('woff');
}


/* 	국문폰트  */
@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 700;
    font-display: optional;
    src: local('Spoqa Han Sans Neo Bold'),
    url('../fonts/woff2/SpoqaHanSansNeo-Bold.woff2') format('woff2'), url('../fonts/woff2/SpoqaHanSansNeo-Bold.woff') format('woff'),
    url('../fonts/woff/SpoqaHanSansNeo-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 500;
    font-display: optional;
    src: local('Spoqa Han Sans Neo Medium'),
    url('../fonts/woff2/SpoqaHanSansNeo-Medium.woff2') format('woff2'), url('../fonts/woff2/SpoqaHanSansNeo-Medium.woff') format('woff'),
    url('../fonts/woff/SpoqaHanSansNeo-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-display: optional;
    src: local('Spoqa Han Sans Neo Regular'),
    url('../fonts/woff2/SpoqaHanSansNeo-Regular.woff2') format('woff2'), url('../fonts/woff2/SpoqaHanSansNeo-Regular.woff') format('woff'),
    url('../fonts/woff/SpoqaHanSansNeo-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 300;
    font-display: optional;
    src: local('Spoqa Han Sans Neo Light'),
    url('../fonts/woff2/SpoqaHanSansNeo-Light.woff2') format('woff2'), url('../fonts/woff2/SpoqaHanSansNeo-Light.woff') format('woff'),
    url('../fonts/woff/SpoqaHanSansNeo-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 100;
    font-display: optional;
    src: local('Spoqa Han Sans Neo Thin'),
    url('../fonts/woff2/SpoqaHanSansNeo-Thin.woff2') format('woff2'), url('../fonts/woff2/SpoqaHanSansNeo-Thin.woff') format('woff'),
    url('../fonts/woff/SpoqaHanSansNeo-Thin.ttf') format('truetype');
}
