@import './base.scss';

:root {
	color: $color-black;
	font-family: 'Ubuntu', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

body {
	display: flex;
	flex-flow: column;
	min-height: 100svh;
	font-family: 'Ubuntu', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.simplebar-track {
	.simplebar-scrollbar {
		&::before {
			background: currentColor !important;
		}

		&.simplebar-visible {
			&::before {
				opacity: 0.5 !important;
			}
		}
	}

	&.simplebar-vertical,
	&.simplebar-horizontal {
		background: transparent !important;
	}

	&.simplebar-vertical {
		width: 8px !important;
	}

	&.simplebar-horizontal {
		height: 8px !important;
	}
}
