@charset "UTF-8";
/****************************************/
/*  Name : 프로젝트 명
/*  PART : font style
/*  Author : 최초 작성자
/*  MODIFY : 작업 참여자
/*
/*  Summary: /* 파일 내용 */
/*  00) SchoolSafetyNotification
/*  01) ChangwonDangamRounded
/*  02) NanumBarunGothic
/*  03) Noto sans
/*  04) Montserrat
	05) Poppins
/****************************************/

/* ********************************************************************************* *
* 00) SchoolSafetyNotification // font-family: 'SchoolSafetyNotification';
* ********************************************************************************* */
@font-face {
    font-family: 'SchoolSafetyNotification';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-5@1.0/HakgyoansimAllimjangTTF-B.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

/* ********************************************************************************* *
* 01) ChangwonDangamRounded // font-family: 'ChangwonDangamRounded';
* ********************************************************************************* */
@font-face {
    font-family: 'ChangwonDangamRounded';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2511-1@1.0/ChangwonDangamRound-Regular.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

/* ********************************************************************************* *
* 01) NanumBarunGothic // font-family: 'NanumBarunGothic';
* ********************************************************************************* */

/* ********************************************************************************* *
* 00) NanumBarunGothic // font-family: 'NanumBarunGothic';
* ********************************************************************************* */
@font-face {
    font-family: 'NanumBarunGothic';
    src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'NanumBarunGothic';
    src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'NanumBarunGothic';
    src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot');
    font-weight: 300;
    font-display: swap;
}

/* ********************************************************************************* *
* 01) Noto sans // font-family: 'Noto Sans KR';
* ********************************************************************************* */
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 100;
	src: url('/user/lib/fonts/NotoSansKR-Thin.woff2') format('woff2'),
		url('/user/lib/fonts/NotoSansKR-Thin.woff') format('woff'),
		url('/user/lib/fonts/NotoSansKR-Thin.otf') format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 200;
	src: url('/user/lib/fonts/NotoSansKR-Light.woff2') format('woff2'),
		url('/user/lib/fonts/NotoSansKR-Light.woff') format('woff'),
		url('/user/lib/fonts/NotoSansKR-Light.otf') format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src: url('/user/lib/fonts/NotoSansKR-DemiLight.woff2') format('woff2'),
		url('/user/lib/fonts/NotoSansKR-DemiLight.woff') format('woff'),
		url('/user/lib/fonts/NotoSansKR-DemiLight.otf') format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: url('/user/lib/fonts/NotoSansKR-Regular.woff2') format('woff2'),
		url('/user/lib/fonts/NotoSansKR-Regular.woff') format('woff'),
		url('/user/lib/fonts/NotoSansKR-Regular.otf') format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: url('/user/lib/fonts/NotoSansKR-Medium.woff2') format('woff2'),
		url('/user/lib/fonts/NotoSansKR-Medium.woff') format('woff'),
		url('/user/lib/fonts/NotoSansKR-Medium.otf') format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 700;
	src: url('/user/lib/fonts/NotoSansKR-Bold.woff2') format('woff2'),
		url('/user/lib/fonts/NotoSansKR-Bold.woff') format('woff'),
		url('/user/lib/fonts/NotoSansKR-Bold.otf') format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 900;
	src: url('/user/lib/fonts/NotoSansKR-Black.woff2') format('woff2'),
		url('/user/lib/fonts/NotoSansKR-Black.woff') format('woff'),
		url('/user/lib/fonts/NotoSansKR-Black.otf') format('opentype');
}


/* ********************************************************************************* *
* 02) Montserrat // font-family: 'Montserrat';
* ********************************************************************************* */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('/user/lib/fonts/montserrat-v14-latin-regular.woff2') format('woff2'),
         url('/user/lib/fonts/montserrat-v14-latin-regular.woff') format('woff');
  }
  
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('/user/lib/fonts/montserrat-v14-latin-500.woff2') format('woff2'),
         url('/user/lib/fonts/montserrat-v14-latin-500.woff') format('woff');
  }
  
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('/user/lib/fonts/montserrat-v14-latin-700.woff2') format('woff2'),
         url('/user/lib/fonts/montserrat-v14-latin-700.woff') format('woff');
  }


/* ********************************************************************************* *
* 03) Exo 2 // font-family: 'Noto Sans KR';
* ********************************************************************************* */
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
	src: url('/user/lib/fonts/poppins-v15-latin-regular.woff2') format('woff2'),
		 url('/user/lib/fonts/poppins-v15-latin-regular.woff') format('woff');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
	src: url('/user/lib/fonts/poppins-v15-latin-500.woff2') format('woff2'),
		 url('/user/lib/fonts/poppins-v15-latin-500.woff') format('woff');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 600;
	unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
	src: url('/user/lib/fonts/poppins-v15-latin-600.woff2') format('woff2'),
		 url('/user/lib/fonts/poppins-v15-latin-600.woff') format('woff');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 700;
	unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
	src: url('/user/lib/fonts/poppins-v15-latin-700.woff2') format('woff2'),
		 url('/user/lib/fonts/poppins-v15-latin-700.woff') format('woff');
}