/* Store-wide announcement strip. Loaded on every page, so it is deliberately
   tiny and owns nothing but itself. Neutral greys only. */

.shudhta-announce {
	background: #1a1a1a;
	color: #fff;
	text-align: center;
	padding: 9px 16px;
}
.shudhta-announce p {
	margin: 0;
	font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas,
		"Liberation Mono", monospace;
	font-size: 10px;
	line-height: 1.5;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}
