/* public/css/style.scss */
* {
  margin: 0;
}
.jumbotron-mainmenu {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(5px);
}

.category-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-menu li {
  margin: 0.5em 0;
}

.category-menu a {
  text-decoration: none;
  color: #333;
  padding: 0.3em 0.6em;
  display: block;
  border-radius: 4px;
  transition: background 0.3s;
}

.category-menu a:hover {
  background-color: #f0f0f0;
}

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;800&display=swap');

html, body {
  font-family: 'Nunito', sans-serif;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
  color: #333;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  letter-spacing: -0.5px;
}
summary {
  font-weight: bold;
}
.language-switch{
  margin-top: 8px;
  background-color: #fb8a3b;
}

.logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
footer img {
  background: transparent;
  mix-blend-mode: normal;
}
