/*
Theme Name: Relationship Studio Malaysia
Theme URI: https://relationshipstudio.my
Author: Custom Build
Author URI: https://relationshipstudio.my
Description: Custom WordPress theme for Relationship Studio Malaysia - Enneagram coaching, workshops, and relationship solutions. Built with ACF (free) and custom post types.
Version: 1.0.0
Requires PHP: 7.4
Text Domain: relationship-studio-my
Tags: custom-theme, acf, custom-post-types

This theme uses the site's original brand colors (deep purple, gold/yellow, sage green)
in an entirely new, original layout/design (not a copy of the source theme's markup).
*/

/* Brand color variables */
:root{
	--rs-purple-dark:#500168;
	--rs-purple:#601986;
	--rs-purple-light:#8b5aad;
	--rs-purple-tint:#a886cd;
	--rs-gold:#ffdc4b;
	--rs-gold-dark:#e6c33f;
	--rs-green:#65bc7b;
	--rs-ink:#2b1330;
	--rs-body:#4a4a4a;
	--rs-bg:#faf8fb;
	--rs-white:#ffffff;
	--rs-border:#e7ddee;
	--rs-radius:14px;
	--rs-shadow:0 10px 30px rgba(80,1,104,0.12);
}
