@font-face {
  font-family: "Unbounded";
  src: url("../fonts/unbounded-400-700-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  color: var(--ink, #080A10);
  text-decoration: none;
}

.logo .mk {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(118deg, #6E7BFF, #1FD1B8);
  display: grid;
  place-items: center;
  color: #06121F;
  font-family: "Unbounded", "Golos Text", sans-serif;
  font-weight: 700;
  font-size: 19px;
  box-shadow: 0 8px 24px rgba(31, 209, 184, 0.3);
}

.logo .nm {
  font-family: "Unbounded", "Golos Text", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.01em;
}

.logo .nm b {
  color: #1FD1B8;
  font-weight: 600;
}
