@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --font-family-base: 'Fira Sans', sans-serif !important;
}

/* Default (phones/tablets) */
header.cover {
  background-position: center 5%;
}

/* Desktop 1024+ */
@media (min-width: 1024px) {
  header.cover {
    background-position: center 35%;
  }
}

/* 1440p-ish */
@media (min-width: 1440px) {
  header.cover {
    background-position: center 25%;
  }
}

/* 4K */
@media (min-width: 1920px) {
  header.cover {
    background-position: center 10%;
  }
}
/* 4K */
@media (min-width: 2560px) {
  header.cover {
    background-position: center 90%;
  }
}

/* override bg-black everywhere with a toaster/ toast vibe */
.bg-black {
  background: linear-gradient(180deg, #666666 0%, #4d4d4d 50%, #1a1a1a 100%);
}
