/*
 * ==========================================================================
 * # Components
 * ==========================================================================
 */

/* Component Styles for Showcase */

.card {
	background: var(--hue-light);
	border: var(--border-width) solid var(--hue-neutral-10);
	border-radius: var(--space-min); /* Use a spacing variable */
	box-shadow: var(--shadow-md); /* Use a shadow variable from your theme */
	overflow: hidden;
	transition: all 0.3s ease;
}