@use 'exports' as *;

.notchBox {
	@layer components {
		@include vars;
		@include component;
	}

	@layer mods {
		&.mod-notchTop {
			@include notchTop;
		}

		&.mod-notchLeft {
			@include notchLeft;
		}

		&.mod-notchRight {
			@include notchRight;
		}

		&.mod-notchBottom {
			@include notchBottom;
		}
	}
}
