/* @import "/fonts/nunito-sans-v18-latin-ext/nunito.css"; */
/* @import "../fonts/poppins-v23-latin_latin-ext/poppins.css"; */
@import "./root.css";
@import "./document.css";

header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

hgroup {
  text-align: center;
  p {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 600;
    color: var(--color-green-black);
  }
}

.logo {
  height: 4rem;
  width: auto;
  max-width: 100%;
}

.offscreen {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
