@font-face {
  font-family: "Oxygen-Bold";
  src: url("/Client/Content/fonts/Oxygen-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Oxygen-Light";
  src: url("/Client/Content/fonts/Oxygen-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Oxygen-Regular";
  src: url("/Client/Content/fonts/Oxygen-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.site-logged-out #site-header .btn-primary, .site-logged-out .content-panel .btn-primary {
  border-color: #fff;
}
.site-logged-out #site-header .btn-primary:hover, .site-logged-out .content-panel .btn-primary:hover {
  color: #651E7A;
}

.site-logged-out {
  background-position: left bottom;
}

.btn-primary:hover {
  background-color: #1b1f6c;
}

.wegift-catalogue .card .wegift-discount-display {
  color: #fff;
}