@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Sora:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700&family=Source+Sans+3:wght@400;500;600;700&display=swap');

body {
  font-family: "Inter", Arial, sans-serif !important;
  /* font-family: "Source Sans 3", sans-serif; */
  color: #4a4a4a;
}

h1,h2,h3,h4,h5,h6 {
  /* font-family: "Inter", Arial, sans-serif !important; */
  /* font-family: "Space Grotesk", sans-serif; */
  font-family: "Sora", sans-serif !important;
  color: #2b2b2b;
}

p {
  line-height: 1.7;
  font-size: 1.05rem;
}

#header #navbar ul.navigation li a {
  font-family: "Inter", Arial, sans-serif !important;
  color: #4a4a4a !important;
}

#header #navbar ul.navigation li a:hover {
  color: #8b00ff !important;
}

.navigation li a {
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* jemnější pozadí stránky */
html,body,#sb-site {
  background: #f5f6fa !important;
}

/* šedý header */
#header {
  background: #f8f9fb !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* vypnutí scroll efektu */
#header,#header.scrolled,#header.fixed {
  position: relative !important;
  top: auto !important;
}

#navbar,#navbar.fixed {
  position: relative !important;
}

/* layout */
#body {
  background: #f5f6fa !important;
  padding-top: 2.5rem !important;
}

/* spacing stránky */
@media (min-width: 1200px) {

  body:not(.admin) #body,
  body:not(.admin) #header,
  body:not(.admin) .footer {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
}
}

/* banner */
.blog-header {
  padding: 1rem 2rem;
  border-radius: 10px;
}

/* přepsání inline stylu z theme */
.flush-top.blog-header[style] {
  background: linear-gradient(
    135deg,
    #6a00ff 0%,
    #b100ff 60%,
    rgba(177,0,255,0.15) 100%
  ) !important;
  background-color: transparent !important;
}


#body h1 {
  font-weight: 600;
  letter-spacing: -0.02em;
}


#sb-site .content-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* normální stav */
.button-outline {
  background: transparent !important;
  border: 1px solid #b100ff !important;
  color: #b100ff !important;
  font-family: "Inter", sans-serif !important;
  border-radius: 6px;
  transition: all 0.2s ease;
}

/* hover */
.button-outline:hover {
  background: #b100ff !important;
  border-color: #b100ff !important;
  color: white !important;
}

#header #navbar ul.navigation li a::before {
  background-color: #b400ff; /* tvoje fialová */
}
  
  
.prev-next .button {
  background: #b400ff;
  border: 1px solid #b400ff;
  border-radius: 6px;
  transition: all 0.2s ease;
  font-family: "Inter", sans-serif !important;
}

.prev-next .button:hover {
  background: #8a00cc;
  border: 1px solid #8a00cc;
  border-radius: 6px;
  transition: all 0.2s ease;
  font-family: "Inter", sans-serif !important;
} 

.list-blog-date {
  background: rgba(180, 0, 255, 0.08);
  color: #7a00cc;
  border-radius: 8px;
  padding: 0.5rem 0.9rem;
}

#listing .list-blog-header h4 a {
  color: #2b2b2b;
  transition: color 0.25s ease;
}

#listing .list-blog-header h4 a:hover {
  color: #b400ff;
}

#admin #body,
#admin #header,
#admin .footer {
  padding-left: 0 !important;
  padding-right: 0 !important;
}


.copy-ip{
  text-align:center;
  cursor:pointer;
}

.copy-ip:hover{
  opacity:0.8;
}


/* MOBILE banner fix */
@media (max-width: 900px) {

  .blog-header {
    margin-left: 1rem;
    margin-right: 1rem;
    border-radius: 10px;
  }

}