/* ===============================
   INCognati — Background layer
   =============================== */

html, body {
  height: 100%;
}

body {
  background:
    linear-gradient(
      rgba(10, 14, 30, 0.75),
      rgba(10, 14, 30, 0.75)
    ),
    url("/assets/home-bg.jpg") center / cover fixed no-repeat;
}
