@font-face {
  font-family: "Pretendard Variable";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url("./PretendardVariable.woff2") format("woff2-variations");
}
:root { --font-pretendard: "Pretendard Variable", -apple-system, BlinkMacSystemFont,
        "Apple SD Gothic Neo", "Malgun Gothic", "Helvetica Neue", sans-serif; }
body, button, input, select, textarea, optgroup,
h1, h2, h3, h4, h5, h6,
.entry-title, .site-title, .main-navigation a, .widget-title {
  font-family: var(--font-pretendard);
}
body { letter-spacing: -0.01em; }
.entry-content { font-size: 1.05rem; line-height: 1.8; word-break: keep-all; }
