@import '../../mixins/lozenge/main';

.n-myft-concept-pill {
	@include myftLozenge();
	text-decoration: none;
}

@each $theme in map-keys($myft-lozenge-themes) {
	.n-myft-concept-pill#{getThemeModifier($theme)} {
		@include myftLozengeTheme($theme);
	}
}
