@charset "euc-kr";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,400,700,900&display=swap');

@import url('https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,800&display=swap');

body {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  min-width: 360px;
}
textarea {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  font-size: 1rem;
}
