/**
 * Deliberately minimal: the date should inherit the theme's typography.
 * Only the things a theme cannot reasonably guess are set here.
 */

.nepali-date {
	/* Devanagari digits and conjuncts need a font that actually has them.
	   Fall back through common system stacks before the generic. */
	font-family: inherit;
	font-variant-numeric: normal;
	white-space: nowrap;
	unicode-bidi: isolate;
}

.nepali-date-widget {
	display: block;
}
