body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f0f2f5;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}

@font-face {
  font-family: 'SuisseIntl';
  font-weight: 400;
  src: local('SuisseIntl'), url(/assets/SuisseIntl-Regular-BzoWxrQg.otf) format('opentype');
}

@font-face {
  font-family: 'SuisseIntl';
  font-weight: 500;
  src: local('SuisseIntl'), url(/assets/SuisseIntl-Medium-bU0eqo_A.otf) format('opentype');
}

@font-face {
  font-family: 'SuisseIntl';
  font-weight: 600;
  src: local('SuisseIntl'), url(/assets/SuisseIntl-SemiBold-D24yLH6B.otf) format('opentype');
}

@font-face {
  font-family: 'SangBleuVersailles';
  src: local('SangBleuVersailles'), url(/assets/SangBleuVersailles-Regular-BDYVmrzz.otf) format('opentype');
}

@font-face {
  font-family: 'SangBleuVersailles';
  font-weight: bold;
  src: local('SangBleuVersailles'), url(/assets/SangBleuVersailles-Bold-DbO5bJL8.otf) format('opentype');
}
#root {
  height: 100%;
  width: 100%;
  display: flex;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #282c34;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.pac-container {
  z-index: 2547483647 !important;
}/* add css styles here (optional) */

.react-code-input > input:focus {
  outline: none;
  border: 1px solid #006fff;
  caret-color: #006fff;
}

.react-code-input > input:focus + input {
  border-left: none;
}

.spin {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}

@keyframes loadingCircle {
  100% {
    transform: rotate(360deg);
  }
}
.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(31, 36, 45, 0.1);
  margin: 1em 0;
  padding: 0;
}

h3 {
  color: #49546a;
  font-size: 24px;
  font-family: SangBleuVersailles, 'Times New Roman', Helvetica, sans-serif;
  margin: 8px 0;
}

blockquote p {
  color: #424192;
  font-size: 24px;
  font-family: SangBleuVersailles, 'Times New Roman', Helvetica, sans-serif;
}

h6 {
  color: #6665dd;
  font-size: 16px;
  font-family: SuisseIntl, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(31, 36, 45, 0.1);
  margin: 1em 0;
  padding: 0;
}

h3 {
  color: #1f242d;
  font-size: 24px;
  font-family: SangBleuVersailles, Arial, Verdana, Tahoma, sans-serif;
  margin: 8px 0;
}

h4 {
  color: #1f242d;
  font-weight: 600;
  font-size: 20px;
  font-family: SuisseIntl, Arial, Verdana, Tahoma, sans-serif;
  margin: 8px 0;
  padding: 0;
}

h5 {
  color: #1f242d;
  font-weight: 600;
  font-size: 18px;
  font-family: SuisseIntl, Arial, Verdana, Tahoma, sans-serif;
  margin: 8px 0;
  padding: 0;
}

h6 {
  color: #1f242d;
  font-weight: 600;
  font-size: 16px;
  font-family: SuisseIntl, Arial, Verdana, Tahoma, sans-serif;
  margin: 8px 0;
  padding: 0;
}
