/* Global font */
*, *::before, *::after {
  font-family: 'Geist', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

/* Hide the SafeBucket banner image */
img[alt="SafeBucket Logo"] {
  display: none !important;
}

/* Render VOGET.CO wordmark in its place */
a:has(img[alt="SafeBucket Logo"]) {
  display: flex !important;
  align-items: center !important;
  text-decoration: none !important;
}
a:has(img[alt="SafeBucket Logo"])::after {
  content: "VOGET.CO";
  font-family: 'Geist', system-ui, -apple-system, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  color: inherit !important;
}
