@font-face {
  	font-family: "NanumGothic";
  	src: url("/fonts/NanumGothic-Regular.ttf");
    font-weight: 500;
}

@font-face {
  	font-family: "NanumGothic";
  	src: url("/fonts/NanumGothic-Bold.ttf");
	font-weight: 700;
}

@font-face {
  	font-family: "NanumGothic";
  	src: url("/fonts/NanumGothic-ExtraBold.ttf");
	font-weight: 900;
}

@font-face {
  	font-family: "RobotoSerif";
  	src: url("/fonts/RobotoSerif-Italic-VariableFont_GRAD,opsz,wdth,wght.ttf");
	font-style: italic;
}

@font-face {
  	font-family: "RobotoSerif";
  	src: url("/fonts/RobotoSerif-VariableFont_GRAD,opsz,wdth,wght.ttf");
}

body {
	margin: 0;
    font-family: "NanumGothic";
	--samlow-green: #7ea067;
	--samlow-dark-blue: #305478;
	--samlow-blue: #cee5fd;
	--samlow-light-grey: #eee;
}

h1, h2, h3, h4 {
	font-family: "RobotoSerif";
}

h2 {
	font-size: 2em;
	text-align: center;
}

a {
	color: var(--samlow-dark-blue);
}