/* Minimal custom styles for Tailwind CSS site */

/* Custom image sizing for profile image */
.w-30 { width: 7.5rem; }
.h-30 { height: 7.5rem; }

/* Border width utilities */
.border-r-3 { border-right-width: 3px; }

/* Any additional custom styles can be added here */