@font-face {
  font-family: selfHostedBitter;
  src: url(../../../fonts/Bitter/Bitter-VariableFont_wght.ttf)
}

:root {
  --main-text-color: rgb(56, 56, 56);
}

section {
  width: 100%;
  color: var(--main-text-color);
}

#header {
  height: 170px;
}

#slideshow {
  height: 500px;
}

#content {
}

#footer {
}
