/*
Theme Name: Purp Sqrt Elementor Starter
Theme URI: https://purpsqrt.com
Description: A minimalist, high-performance starter theme designed explicitly for Elementor Pro. Pre-configured with clean white space and premium layout controls.
Version: 1.0.0
Author: Solutions by Shad
Author URI: https://purpsqrt.com
Tags: elementor, flexible-header, full-width-template, translation-ready
*/

:root {
    --royal-purple: #4B0082;
    --old-gold: #CFB53B;
    --charcoal-black: #1A1A1A;
    --soft-grey: #F4F4F6;
    --accent-red: #D9383A;
}

body {
    background-color: var(--soft-grey);
    color: var(--charcoal-black);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}