/*
 * OCFai CSS contract
 * AI_RULE: define only classes matching OCFAI_ALLOWED_PREFIXES in this file.
 * AI_RULE: shared UI patterns must use their canonical component CSS instead of local variants.
 * OCFAI_ROLE: component
 * OCFAI_ALLOWED_PREFIXES: mk-marker
 */
/* Component: mk_marker */
.mk-marker {
  color: var(--mk-color-accent);
  font-size: var(--mk-font-size-xs);
  font-weight: 750;
}
