:root {
  --logo: 130px;
  --navHigh: 46px;
  --footerHigh: 355px;
  --cardHigh: 225px;
  --cardgap: 25px;
}
.w-screen {
  width: 100vw;
}
.w-full {
  width: 100%;
}
.h-logo-container {
  height: var(--logo);
}
.h-logo {
  height: 80px;
  object-fit: contain;
}
.h-nav-height {
  height: var(--navHigh);
}
.h-full {
  height: 100%;
}
