<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --accent: #309eb7;
  --link: #999999;
  --link-hover: #000000;
  --link-active: #000000;
  --link-visited: #000000;
  --nav-link: #000000;
  --nav-link-hover: #000000;
  --nav-dd-bg: #fafafa;
  --top-bar-bg: #f1f1f1;
  --footer-bg: #309eb7;
  --footer-text: #ffffff;
  --footer-link: #ffffff;
}

.is-style-ct-amulet-btn a {
  width: auto;
  border: 0;
  border-radius: 3px;
  line-height: 1;
  font-size: 0.9em;
  background-color: var(--accent);
  padding: 0.8em;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
}
.is-style-ct-amulet-btn a:hover, .is-style-ct-amulet-btn a:focus {
  background-color: var(--accent);
  text-decoration: none;
}
</pre></body></html>