@font-face {
  font-family: "Pretendard";
  src: url("../fonts/pretendard/PretendardVariable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NanumSquare Neo";
  src:
    url("../fonts/nanumsquare-neo/NanumSquareNeo-Variable.woff2") format("woff2"),
    url("../fonts/nanumsquare-neo/NanumSquareNeo-Variable.woff") format("woff");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-main:
    "Pretendard",
    "NanumSquare Neo",
    "Apple SD Gothic Neo",
    "Noto Sans KR",
    "Malgun Gothic",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;

  --font-alt:
    "NanumSquare Neo",
    "Pretendard",
    "Apple SD Gothic Neo",
    "Noto Sans KR",
    "Malgun Gothic",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;

  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --letter-tight: -0.02em;
  --letter-normal: -0.01em;
  --line-body: 1.6;
  --line-title: 1.3;
}

html,
body {
  font-family: var(--font-main);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-body);
  letter-spacing: var(--letter-normal);
}
