/*
 * Quark 2 — user customizations
 *
 * This file is safe to edit. It is loaded last so anything here overrides
 * theme.css without having to mark rules !important.
 */

/* India Quick Facts wordmark (no image asset, so styled text stands in for a logo) */
.brand-mark {
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  border-radius: 3px;
  background: var(--q2-accent);
  flex: none;
}

.brand-wordmark {
  letter-spacing: -0.01em;
}
