/* Override the primary color to HCT orange */
:root, html, body, [data-theme] {
  --color-primary: #ff6900 !important;
  --color-primary-content: #ffffff !important;
  --p: 62.5% 0.195 44 !important;
  --pc: 100% 0 0 !important;
}

/* Force primary buttons/tabs to use HCT orange */
.bg-primary { background-color: #ff6900 !important; }
.text-primary { color: #ff6900 !important; }
.border-primary { border-color: #ff6900 !important; }
.hover\:bg-primary:hover { background-color: #ff6900 !important; }
.hover\:text-primary:hover { color: #ff6900 !important; }

/* The main encrypt button and selected tab */
button[class*="bg-primary"],
[class*="bg-primary"]:not(.hover\:bg-primary),
div[class*="bg-primary"] {
  background-color: #ff6900 !important;
  color: white !important;
}

/* Replace Yopass logo with HCT logo */
img[alt="Yopass"],
img[src*="yopass.svg"] {
  content: url("/logo.png") !important;
}

/* Hide Yopass attribution in footer if any */
footer a[href*="yopass"],
a[href*="github.com/jhaals"] {
  display: none !important;
}
