@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Noto+Sans:wght@100..900&family=Noto+Serif+KR:wght@200..900&family=Noto+Serif:wght@100..900&family=Roboto:ital,wght@0,400;0,500;0,700;0,800;0,900;1,900&display=swap");

html {
  font-family: "Roboto", "Noto Sans", "Noto Sans KR", sans-serif;
  color: black;
}
