@tailwind base;
@tailwind components;
@tailwind utilities;

@font-face {
  font-family: "Seravek-Bold";
  font-display: swap;
  src: url(/assets/Seravek-Bold-7d482217e4e8f02de67ec572140e7cdfc065346e8f55f4bada2d5da45cf3d2c4.ttf);
}

@media (max-width: 768px) {
  :lang(ru) h2 {
    font-size: 32px;
  }
}

#navbar-medium {
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
}

.answer a {
  @apply text-sky-400 underline;
}

.regular-link {
  @apply text-sky-400 hover:text-sky-500 underline;
}
