:root {
	--smoothly-semitransparent: .8;

	--smoothly-default-color: 255, 255, 255;
	--smoothly-default-contrast: 46, 52, 54;
	--smoothly-default-shade: 234, 234, 231;
	--smoothly-default-tint: 136, 138, 133;

	--smoothly-primary-color: 207, 32, 63;
	--smoothly-primary-contrast: 255, 255, 255;
	--smoothly-primary-shade: 169, 26, 52;
	--smoothly-primary-tint: 233, 110, 132;

	--smoothly-secondary-color: 185, 203, 225;
	--smoothly-secondary-contrast: 255, 255, 255;
	--smoothly-secondary-shade: 61, 98, 143;
	--smoothly-secondary-tint: 237, 242, 247;

	--smoothly-tertiary-color: 52, 101, 164;
	--smoothly-tertiary-contrast: 238, 238, 238;
	--smoothly-tertiary-shade: 32, 74, 135;
	--smoothly-tertiary-tint: 114, 159, 207;

	--smoothly-success-color: 95, 173, 86;
	--smoothly-success-contrast: 255, 255, 255;
	--smoothly-success-shade: 72, 133, 64;
	--smoothly-success-tint: 126, 189, 119;

	--smoothly-warning-color: 237, 174, 73;
	--smoothly-warning-contrast: 255, 255, 255;
	--smoothly-warning-shade: 232, 153, 25;
	--smoothly-warning-tint: 242, 195, 121;

	--smoothly-danger-color: 204, 0, 0;
	--smoothly-danger-contrast: 242, 242, 242;
	--smoothly-danger-shade: 164, 00, 00;
	--smoothly-danger-tint: 239, 41, 41;

	--smoothly-dark-color: 51, 51, 51;
	--smoothly-dark-contrast: 255, 255, 255;
	--smoothly-dark-shade: 26, 26, 26;
	--smoothly-dark-tint: 87, 87, 87;

	--smoothly-medium-color: 113, 121, 128;
	--smoothly-medium-contrast: 255, 255, 255;
	--smoothly-medium-shade: 96, 100, 108;
	--smoothly-medium-tint: 144, 152, 157;

	--smoothly-light-color: 237, 241, 252;
	--smoothly-light-contrast: 51, 51, 51;
	--smoothly-light-shade: 225, 232, 249;
	--smoothly-light-tint: 246, 249, 254;

	--smoothly-color-contrast: 46, 52, 54;

	--smoothly-shadow: 0 0 4px 2px rgba(var(--smoothly-default-contrast), 0.25);
	--smoothly-shadow-strong: 0 0 4px 4px rgba(var(--smoothly-light-color), 0.25);
	--border-radius: 0.25rem;
	--table-width: 100%;
}
