/* ----------------------------------------------------------------
	Fonts

	Replace your Fonts as necessary
-----------------------------------------------------------------*/
:root {
 --all-font: 'Montserrat','Noto Sans KR';
}

body,
small,
h1,h2,h3,h4,h5,h6,p,small,li,td,th,div,span,a,dd,dl,dt,ul,li,ol,pre{
  font-family: var(--all-font);
}
