/*
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
*/

@font-face {
  font-family: 'Hanwha';
  src: url('/backups/assets/fonts/HanwhaR.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'Hanwha';
  src: url('/backups/assets/fonts/HanwhaL.ttf');
  font-weight: lighter;
}

@font-face {
  font-family: 'Hanwha';
  src: url('/backups/assets/fonts/HanwhaB.ttf');
  font-weight: bold;
}

@font-face {
  font-family: 'HanwhaGothic';
  src: url('/backups/assets/fonts/HanwhaGothicR.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'HanwhaGothic';
  src: url('/backups/assets/fonts/HanwhaGothicL.ttf');
  font-weight: lighter;
}

@font-face {
  font-family: 'HanwhaGothic';
  src: url('/backups/assets/fonts/HanwhaGothicB.ttf');
  font-weight: bold;
}


body {
  font-family: "Noto Sans KR", sans-serif;
}

html {
  font-size: 10px;
}

.thin {
  font-weight: 100;
}

.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.cn {
  font-family: 'Microsoft YaHei UI', 'apple sd gothic neo', sans-serif, 'Microsoft JhengHei UI';
}
.vn {
  font-family: Calibri, 'Gill Sans', 'Gill Sans MT';
}
.ru {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}