:root {
  --bs-primary: #000C27;
}

@font-face {
  font-family: robotobolditalic;
  font-display: swap;
  src: url(/fonts/robotobolditalic.woff2) format("woff2"),
    url(/fonts/robotobolditalic.woff) format("woff");
}

@font-face {
  font-family: robotoregular;
  font-display: swap;
  src: url(/fonts/robotoregular.woff2) format("woff2"),
    url(/fonts/robotoregular.woff) format("woff");
}

*,
:after,
:before {
  box-sizing: inherit;
}

html {
  height: 100%;
}

body {
  margin: 0;
}

.btn-primary {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
}

.o-single-submit-form button {
  transition: all 0.5s ease;
}

.o-single-submit-form button:hover {
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
