@font-face {
  font-family: "Pretendard Variable";
  src: url("pretendard-variable.woff2") format("woff2-variations");
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

a {
  color: inherit;
}

.wrap {
  width: min(100% - 80px, var(--max));
  max-width: 100%;
  margin: 0 auto;
}

.site-header .wrap {
  width: min(100% - 92px, 1820px);
}

.brand-group {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-self: start;
}

.brand img {
  width: 172px;
  height: 48px;
  object-fit: contain;
}

.theme-option {
  width: 30px;
  height: 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 180ms ease, color 180ms ease;
}

.theme-option svg {
  width: 15px;
  height: 15px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  gap: 26px;
}

.nav a {
  color: var(--ink-soft);
  font-size: 14.5px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.nav-project-link {
  display: none;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-self: end;
}

.site-header .button-primary {
  width: 120px;
  height: 40px;
  min-height: 40px;
  padding: 0 20px;
  border-radius: var(--card-radius);
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 6px 22px rgba(63, 182, 255, 0.32);
}

.youtube svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
}

.youtube:hover {
  color: #ffffff;
  background: #df0000;
  border-color: #df0000;
}

.footer-meta {
  display: grid;
  gap: 8px;
  justify-items: end;
  text-align: right;
  min-width: 0;
}

.footer-legal-link {
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.footer-legal-link:hover,
.footer-legal-link:focus-visible {
  color: var(--accent);
  outline: 0;
}

@media (max-width: 720px) {
  .footer-meta {
    justify-items: start;
    text-align: left;
  }
}
