
:root {
  --pf-v5-global--BackgroundColor--dark-300: #002478;
  --pf-v5-global--BackgroundColor--dark-200: var(--pf-v5-global--active-color--100);
  --pf-v5-global--BackgroundColor--dark-100: #002478;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter.ttf') format('truetype');
  font-style: normal;
}

* {
  font-family: 'Inter', sans-serif !important;
  font-weight: 300;
}

.synera-mr-info-box {
  max-width: 250px;
}

.synera-mr-info-box-container {
  padding-top: 30px;
  margin-top: 0;
  margin-bottom: 32px;
}

.synera-mr-main-sectin-with-infobox {
  padding-top: 8px;
  padding-left: 16px;
}

.synera-or-content {
  margin-top: 100px !important;
  max-width: 700px !important;
}

.synera-or-logo {
  max-width: 200px !important;
  margin-bottom: 64px !important;
}

.synera-or-welcome {
  font-weight: 600 !important;
  font-size: 36px !important;
  line-height: 48px !important;
  text-align: center !important;
  margin-bottom: 48px !important;
}

.synera-or-body {
  font-weight: 300 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  text-align: center !important;
}


