
/*
Theme Name: Real Estate Referral
Theme URI: https://yourdomain.com/
Author: Mō
Author URI: https://yourdomain.com/
Description: A modern minimalist WordPress theme inspired by Apple, Nike, Superlist, and others. Built for real estate referral lead generation with storytelling, scroll interaction, and sleek blog layout.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: real-estate-referral
Tags: minimal, responsive, blog, lead generation, real estate
*/

:root {
  --primary-color: #0a0a0a;
  --secondary-color: #f5f5f5;
  --accent-color: #e63946;
  --font-sans: 'Inter', sans-serif;
  --font-serif: 'Georgia', serif;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-sans);
  color: var(--primary-color);
  background: var(--secondary-color);
  line-height: 1.6;
}
