:root {
  --profile-primary: #112a4b;
  --profile-secondary: #1f978a;
  --theme: #112a4b;
}
.btn-profile {
  background: #112a4b;
  color: #fff;
}
.btn-profile:hover {
  background: #0d213a;
  color: #fff;
}
.btn-theme {
  background: #112a4b;
  color: #fff;
}
.btn-theme:hover {
  background: #0d213a;
  color: #fff;
}
.profile-bg {
  background: #112a4b;
  color: #fff;
}
.profile-secondary-bg {
  background: #1f978a;
  color: #fff;
}
.text-profile {
  color: #112a4b;
}
.text-theme {
  color: #112a4b;
}
.text-profile-secondary {
  color: #1f978a;
}
.badge-profile {
  color: #fff;
  background: #112a4b;
}
.alert-profile {
  border-color: #112a4b;
}
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-display: swap;
  src: url("https://ngroodekrans.eventpress.co.za/storage/fonts/open-sans/open-sans-regular.woff2") format("woff2");
}
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://ngroodekrans.eventpress.co.za/storage/fonts/open-sans/open-sans-regular.woff2") format("woff2");
}
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://ngroodekrans.eventpress.co.za/storage/fonts/open-sans/open-sans-bold.woff2") format("woff2");
}
body {
  font-family: Open Sans, sans-serif;
}
h1, h2, h3, h4, h5 {
  font-family: Open Sans, sans-serif;
  color: #112a4b;
}
