
<style>
	.font-weight-medium {
		font-weight: 500;
	}
	:root {
		--screen-scale: 1;
		--width: 1920px;
		--height: 1080px;
		--wrap-background: #C2C2C2;
		--wrap-font: calc(18px * var(--screen-scale));
		--wrap-width: calc(var(--width) * var(--screen-scale));
		--wrap-height: calc(var(--height) * var(--screen-scale));
		--scrollbar-width: 6px;
		--scrollbar-radius: 3px;
		--scrollbar-track-color: #E5E5E5;
		--scrollbar-thumb-color: #5D5D5D;
	}
</style>


