/*
Theme Name: peepsule-social
Text Domain: peepsule-social
Description: Modern social network theme for BuddyPress and Youzify — feed-focused, mobile-first, Facebook-inspired layout.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
WPVibe: yes
*/

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	background: #f0f2f5;
	color: #1c1e21;
	line-height: 1.5;
}

a {
	color: #0866ff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
}
