:root {
  --app-theme-primary: #0047D6;
  --app-theme-secondary: #FCA82F;
}

body {
  font-size: 15px !important;
}

@media (max-width: 991.98px) {
  body, html {
    font-size: 15px !important;
  }
}
@media (max-width: 767.98px) {
  body, html {
    font-size: 15px !important;
  }
}
.app-theme-bg-primary {
  background-color: var(--app-theme-primary) !important;
}

.app-theme-text-primary {
  color: var(--app-theme-primary) !important;
}

.app-theme-bg-secondary {
  background-color: var(--app-theme-secondary) !important;
}

.app-theme-text-secondary {
  color: var(--app-theme-secondary) !important;
}

.app-position-relative {
  position: relative;
}
