body.custom-bg {
  background: url('/assets/background.png') center center / cover no-repeat,
              linear-gradient(to bottom, rgba(0, 0, 0, 0.5), #00051a);
  background-blend-mode: overlay;
}

body.custom-font {
  font-family: ui-sans-serif, system-ui, sans-serif;
}
