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-BMlNK7ry.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');
}
.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 */
}
#root {
  min-height: 100vh;
  min-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);
  }
}
