/**/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+KR:wght@100..900&display=swap');
/*
.noto-sans-kr-<uniquifier> {
  font-family: "Noto Sans KR", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/
body, h1, h2, h3, h4, h5, h6, input, textarea, select, li, a, p, span, dt, dd {
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 400;
	font-style: normal;
}
/*
@font-face {
    font-family: 'GoodNeighbors-Good-Neighbors-Bold';
    src: url('https://cdn.jsdelivr.net/gh/fontbee/font@main/Goodneighbors/GoodNeighbors-Good-Neighbors-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GoodNeighbors-Good-Neighbors-Regular';
    src: url('https://cdn.jsdelivr.net/gh/fontbee/font@main/Goodneighbors/GoodNeighbors-Good-Neighbors-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

.txt-gn700 {font-family: 'GoodNeighbors-Good-Neighbors-Bold';}
.txt-gn400 {font-family: 'GoodNeighbors-Good-Neighbors-Regular';}

*/