/* docs/static/css/index.css */

@font-face {
  font-family: 'Afan Koshur';
  src: url('fonts/afan_koshur.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Google Sans', BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #363636;
  background-color: #ffffff;
}

.title, .subtitle {
  font-family: 'Google Sans', sans-serif;
}

.bolbosh-text {
  font-variant: small-caps;
  font-weight: bold;
}

.publication-authors a {
  color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
  text-decoration: underline;
}

.section-title {
  margin-bottom: 2.5rem !important;
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #4ECDC4;
  border-radius: 2px;
}

#abstract .section-title::after {
  background-color: #FF6B6B;
}

#demo .section-title::after {
  background-color: #4ECDC4;
}

#architecture .section-title::after {
  background-color: #FF6B6B;
}

.publication-title {
  font-size: 2.8rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.author-block {
  display: inline-block;
  margin-right: 18px;
  font-weight: 500;
}

.publication-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.link-block a {
  margin-top: 5px;
  margin-bottom: 5px;
}

.hero .hero-body {
  padding: 5rem 1.5rem 3rem 1.5rem;
}

.box {
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.02);
  transition: transform 0.2s ease;
}

.box:hover {
  transform: translateY(-2px);
}

.h-100 {
  height: 100%;
}

.custom-audio {
  width: 100%;
  outline: none;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  background-color: #f5f5f5;
}

.ks-text {
  line-height: 1.8;
  font-family: 'Afan Koshur', "Scheherazade New", Tahoma, Arial, sans-serif !important;
  font-size: 2rem !important;
  font-weight: 1000 !important;
}

/* Navbar specific styling */
.navbar {
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.navbar-item:not(.has-text-weight-bold):hover {
  color: #4ECDC4 !important;
  background-color: transparent !important;
}

/* Footer styling */
.footer {
  background-color: #fafafa;
  padding: 3rem 1.5rem;
  border-top: 1px solid #eaeaea;
}

pre {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 1.5rem;
  border: 1px solid #eaeaea;
}