.logoContainer {
  margin-top: 52px;
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .logoContainer .weeblLogo {
    width: 4rem;
    margin-bottom: 5px; }
  .logoContainer .bring-question-to-live {
    color: #a3a9ad;
    font-size: 0.625rem;
    padding: 0;
    margin: 0; }

@font-face {
  font-family: "Lato-Heavy";
  src: url("/assets/fonts/Lato/Lato-Bold.ttf"); }

@font-face {
  font-family: "Lato-Light";
  src: url("/assets/fonts/Lato/Lato-Light.ttf"); }

@font-face {
  font-family: "Lato-Medium";
  src: url("/assets/fonts/Lato/Lato-Medium.ttf"); }

@font-face {
  font-family: "Lato-Regular";
  src: url("/assets/fonts/Lato/Lato-Regular.ttf"); }

@font-face {
  font-family: "Lato-Thin";
  src: url("/assets/fonts/Lato/Lato-Thin.ttf"); }

.signUp {
  font-size: 10px;
  font-family: "Lato-Heavy";
  background: #fcb411;
  padding: 10px 25px;
  border-radius: 24px;
  outline: none;
  border: 0;
  width: 130px;
  margin: auto;
  display: block; }
  .signUp :focus {
    outline: none; }

