/*
Theme Name: Brandideon Theme
Author: Brndideon
Version: 1.1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Caveat:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body {
    font-family: "Inter", sans-serif;
}

.anton {
font-family: "Anton", sans-serif!important;
}

.pisane {
  font-family: "Caveat", cursive!important; 
}

h1, h2, h3, h4, h5, h6, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    line-height: 1.25!important;
    font-weight: 400!important;
}

.hidden-x {
  overflow-x: hidden;
}

:root {
  --primary-color: #2CFF05; /* brand farba */
  --page-bg: white;       /* farba pozadia pod blokom */
}

.wave {
  width: 100%;
  height: 100px;
  overflow: hidden;
  line-height: 0;
}

.wave svg {
  width: 100%;
  height: 100px;
  display: block;
}

/* otočená vlna */
.wave-reverse {
  transform: rotate(180deg);
}

.single-content h2 {
margin-top: 0.6em;
margin-bottom: 0.8em;
font-size: 1.4rem;
}