* {
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}

html {
  min-height: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  height: inherit;
  margin: 0;
  padding: 0;
}

body > #__next {
  height: inherit;
}

body.loaded > #__next {
  display: block !important;
  visibility: visible !important;
}

/* Typography */

p {
  margin: 0.5rem 0;
}
h1 {
  font-size: 2.3rem;
}

h2 {
  font-size: 2.1rem;
}

h3 {
  font-size: 1.9rem;
}

h4 {
  font-size: 1.7rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.3rem;
}

.pac-container {
  z-index: 1000000;
}
