* {
  margin: 0;
  padding: 0;

  font-family: "Syne", "Fira Sans", Helvetica, Arial, sans-serif !important;
  box-sizing: border-box;
}

html,
body {
  background-color: #eeeeee;
  color: #2f4858 !important;
}

header {
  display: none;
}

footer {
  display: none;
}

main div.wp-block-group {
  display: none;
}

.is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1100px;
  width: 90%;
}

.wp-block-hycal-calendar {
  padding: 50px;
  background-color: #fff;
}

.fc .fc-button-primary:not(:disabled).fc-button-active {
  color: #fff !important;
  background-color: #2f4858 !important;
}

.fc .fc-button-primary {
  color: #fff !important;
  background-color: #384f78 !important;
}

.fc-v-event,
.fc-h-event {
  background-color: #2f4858 !important;
  border: 1px solid black;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2f4858 !important;
}

a:where(:not(.wp-element-button)) {
  color: #2f4858 !important;
}
