body {
  font-size: 16px; /* Base font size */
}

h1 {
  font-size: 2em; /* 32px */
}

h2 {
  font-size: 1.5em; /* 24px */
}

h3 {
  font-size: 1.25em; /* 20px */
}

h4 {
  font-size: 1.17em; /* 18.72px */
}

h5 {
  font-size: 1em; /* 16px */
}

h2::before {
  content: "\203A\0020";
  color: var(--color-brand-primary);
}

.search__outer__input {
  color: black;
}

.sidebar-logo {
  max-width: 80%;
}
