@font-face {
  font-family: 'Space Grotesk';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: local('Space Grotesk'), url('../assets/fonts/SpaceGrotesk-SemiBold.woff2') format('woff2'), 
    url('../assets/fonts/SpaceGrotesk-SemiBold.woff') format('woff');
}

@font-face {
  font-family: 'Space Grotesk';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: local('Space Grotesk'), url('../assets/fonts/SpaceGrotesk-Bold.woff2') format('woff2'),
    url('../assets/fonts/SpaceGrotesk-Bold.woff') format('woff');
}

.form-horizontal .control-label {
  text-align: left;
}

/* input[type='text'],
input[type='number'],
input[type='email'],
input[type='password'],
textarea {
  font-size: 16px;
} */

html,
body {
  height: 100%;
  font-size: 12px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

html {
  background: #ffffff;
}

.cardPanel .panel-body {
  padding-bottom: 5px;
}

#intercom-container {
  z-index: 1060 !important;
}
