@use '~@quartz/styles/scss/color-scheme';

.container {
	background: color-scheme.$background-3;
	border-radius: 50%;
	overflow: hidden;
}

.small {
	width: 40px;
	height: 40px;
}

.medium {
	width: 50px;
	height: 50px;
}

.large {
	width: 64px;
	height: 64px;
}

.extra-large {
	width: 82px;
	height: 82px;
}
