@use '../../../base/mixins/typography' as font;
@use '../../../components/atoms/tooltip';

.tooltip {
	&::after {
		@include font.get-typography(body-small-medium);
	}
}
