:root {
  --navy: #002b5c;
  --orange: #ff6048;
  --cyan: #25b9f2;
  --cream: #f6faff;
  --line: #dfe8f2;
}

body,
.topbar {
  background-color: #fbfdff;
}

.topbar {
  border-bottom-color: #e5edf6;
}

.brand {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  display: block;
  width: 205px;
  height: auto;
  max-height: 60px;
  object-fit: contain;
}

.footer-brand img {
  width: 155px;
  max-height: 48px;
}

h1 em {
  background: linear-gradient(110deg, var(--cyan), #178fd7);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media (max-width: 700px) {
  .brand img {
    width: 145px;
    max-height: 48px;
  }
}
