@import url("fonts/Inter/Inter-VariableFont_opsz,wght.0a77e23a8fdb.ttf");

*, .brand-font  {
  font-family: 'Inter', sans-serif;
}

.bg-image {
  position: absolute;
  inset: 0 0 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1000;
  transition: filter 350ms ease-in-out;
}

.dim {
  filter: brightness(0.70);
}

.content {
  grid-column: 2 / 2;
  grid-row: 2 / 2;
}
