@font-face {
  font-family: "KIMM Bold";
  src: url("../fonts/KIMM_bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Nanum Gothic";
  src: url("../fonts/NanumGothic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Nanum Gothic";
  src: url("../fonts/NanumGothicBold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Nanum Gothic Light";
  src: url("../fonts/NanumGothicLight.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}

* { box-sizing: border-box; }
body { margin: 0; }
a { color: var(--color-primary); text-decoration: none; }
a:hover { text-decoration: underline; }
input, select, textarea, button { font-family: inherit; font-size: var(--font-size-base); }
