:root {
	--white: #fff;
	--black: #1a1a1a;

	--blue: #1869c3;

}

/* .svg-icon {
	fill: #666;
	stroke: #000000;
	stroke-miterlimit: 10;
	stroke-width: 6px;
	stroke-linecap: round;
	stroke-linejoin: round;
} */

.svg-s {
	width: 1em;
	height: 1em;
}

.svg-m {
	width: 2em;
	height: 2em;
}

.svg-l {
	width: 3em;
	height: 3em;
}

.stroke-none {
	stroke: transparent;
}

.fill-none {
	fill: transparent;	
}

.fill-white {
	fill: var(--white);
}

.fill-blue {
	fill: var(--light-blue);
}