/* Logitkorea typography */
:root {
  --font-body: "Noto Sans KR", system-ui, sans-serif;
  --font-heading: "IBM Plex Sans KR", "Noto Sans KR", system-ui, sans-serif;
  --font-display: "Asta Sans", "IBM Plex Sans KR", sans-serif;
}

html { font-family: var(--font-body); }

body {
  font-family: var(--font-body);
  font-weight: 400;
  letter-spacing: -0.01em;
}

h1, h2, h3, h4, h5, h6, .font-heading {
  font-family: var(--font-heading);
  letter-spacing: -0.02em;
}

button, [type="button"], [type="submit"], [type="reset"], label, .font-ui {
  font-family: var(--font-heading);
}

.text-gradient, [data-typewriter], .font-display {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.03em;
}

[data-counter] {
  font-family: var(--font-heading);
  font-variant-numeric: tabular-nums;
}

body, .font-sans {
  font-family: var(--font-body) !important;
}

header nav a, footer { font-family: var(--font-body); }

footer h3 {
  font-family: var(--font-heading);
  font-weight: 600;
}