html {
  font-size: 12pt;
  color: #000000;
}

body * {
  font-family: 'Arial', 'sans-serif';
  font-weight: 400;
}

h1,
h2 {
  font-family: 'Graebenbach', 'Arial', 'sans-serif';
}

h1 {
  font-size: 48pt;
}

h2 {
  font-size: 36pt;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

body > .background {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  background-attachment: fixed;
  background-size: cover;
  z-index: -5;
}

.wrapper > .content > * {
}
