/** Import Bootstrap functions */

/* stylelint-disable */

@font-face {
  font-family: 'SpaceGrotesk';
  src: url(../fonts/SpaceGrotesk-Regular.otf);
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: 'SpaceGrotesk';
  src: url(../fonts/SpaceGrotesk-Medium.otf);
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: 'SpaceGrotesk';
  src: url(../fonts/SpaceGrotesk-SemiBold.otf);
  font-display: swap;
  font-weight: 600;
}

@font-face {
  font-family: 'SpaceGrotesk';
  src: url(../fonts/SpaceGrotesk-Bold.otf);
  font-display: swap;
  font-weight: 700;
}

/* line 90, assets/styles/common/_variables.scss */

* {
  font-family: "SpaceGrotesk", sans-serif;
}

/* line 3, stdin */

body {
  background-color: #F2F2F2;
}

/* line 9, stdin */

.login h1 a {
  background-image: none;
  background-position: center center;
  background-size: contain;
  width: 100%;
}


/*# sourceMappingURL=login.css.map*/