/*
Theme Name: uyumvipdesign
Theme URI: https://example.com/uyumvipdesign
Author: Uyum VIP
Author URI: https://example.com
Description: Custom modular WordPress theme scaffold for Uyum VIP.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: uyumvipdesign
*/

/* Base styles are intentionally minimal in the initial scaffold. */
body {
  margin: 0;
  font-family: Arial, sans-serif;
  line-height: 1.5;
  color: #1a1a1a;
  background: #ffffff;
}

a {
  color: inherit;
}
