@font-face {
    font-family: Atlas Grotesk Web;
    src: url(/static/AtlasGrotesk-Light-Web.woff2) format("woff2"),url(/static/AtlasGrotesk-Light-Web.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: Atlas Grotesk Web;
    src: url(/static/AtlasGrotesk-Bold-Web.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal
}

body .inner {
  font-family: Atlas Grotesk Web;
  background-color: transparent;
}

#wpadminbar {
  display: none;
}

html,
body {
  padding: 0;
  margin: 0 auto;
  height: 100%;
}

body {
  overflow: hidden;
}

html {
  font-size: 16px;
}

@media  (min-width: 30em) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 45em) {
  html {
    font-size: 14px;
  }
}

body .inner,
body .inner form {
  overflow: hidden;
}

body .inner form select option,
body .inner form select,
body .inner form input {
	font-size: 1rem;
}

body .inner form select option,
body .inner form select {
   width: 100%;
}

body .inner form select {
  padding: 0.25em;
  line-height: 1.5em;
}

body .inner form select option {
  line-height: 1.5em;
}