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

body {
  font-family: 'Manrope', sans-serif;
  color: #20260C;
}

/* Nadpisy */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Marcellus', serif;
}
header#header, .header, .site-header {
  display: none !important;
}
.footer {
  color: #FFFBEF;
  background-color: #434E1A;
  background-image: inherit;
}

.footer .grid-child {
  justify-content: center;
}