/* SVG-specific styles - Tailwind doesn't handle SVG stroke/fill properties well */
.bar {
	fill: none;
	stroke: #000000;
	stroke-width: 0.2167903px;
	stroke-linecap: butt;
	stroke-linejoin: miter;
	stroke-opacity: 1;
}

.head {
	fill: transparent;
	fill-opacity: 1;
	stroke: #000000;
	stroke-width: 0.2167903;
	stroke-opacity: 1;
}
.eye {
	fill: none;
	stroke: #000000;
	stroke-width: 0.26458332px;
	stroke-linecap: butt;
	stroke-linejoin: miter;
	stroke-opacity: 1;
}
