:root {
  --profile-primary: #000000;
  --profile-secondary: #000000;
  --theme: #000000;
}
.btn-profile {
  background: #000000;
  color: #fff;
}
.btn-profile:hover {
  background: black;
  color: #fff;
}
.btn-theme {
  background: #000000;
  color: #fff;
}
.btn-theme:hover {
  background: black;
  color: #fff;
}
.profile-bg {
  background: #000000;
  color: #fff;
}
.profile-secondary-bg {
  background: #000000;
  color: #fff;
}
.text-profile {
  color: #000000;
}
.text-theme {
  color: #000000;
}
.text-profile-secondary {
  color: #000000;
}
.badge-profile {
  color: #fff;
  background: #000000;
}
.alert-profile {
  border-color: #000000;
}
@font-face {
  font-family: Raleway;
  font-style: normal;
  font-display: swap;
  src: url("https://panthera.eventpress.co.za/storage/fonts/raleway/raleway-regular.woff2") format("woff2");
}
@font-face {
  font-family: Nunito;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://panthera.eventpress.co.za/storage/fonts/nunito/nunito-regular.woff2") format("woff2");
}
@font-face {
  font-family: Nunito;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://panthera.eventpress.co.za/storage/fonts/nunito/nunito-bold.woff2") format("woff2");
}
body {
  font-family: Nunito, sans-serif;
}
h1, h2, h3, h4, h5 {
  font-family: Raleway, sans-serif;
  color: #000000;
}
