/*
 Theme Name:   Aumbase Sedona Child
 Theme URI:    https://aumbasesedona.com
 Description:  Child theme for Aumbase Sedona — yoga, breathwork & sound healing studio. Custom Events post type with grid and single event templates.
 Author:       Erik
 Author URI:   https://aumbasesedona.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  aumbase-sedona-child
*/

/* ==========================================================================
   Design Tokens
   ========================================================================== */

:root {
  /* Primary */
  --aumbase-purple: #7852a9;
  --aumbase-purple-dark: #664598;
  --aumbase-purple-light: rgba(120, 82, 169, 0.05);

  /* Accent */
  --aumbase-gold: #f9a109;
  --aumbase-gold-dark: #e89400;
  --aumbase-gold-light: rgba(249, 161, 9, 0.05);
  --aumbase-gold-shadow: rgba(249, 161, 9, 0.2);

  /* Neutrals */
  --aumbase-text: #555555;
  --aumbase-text-light: #666666;
  --aumbase-white: #ffffff;
  --aumbase-bg: #ffffff;
  --aumbase-border: #e0e0e0;

  /* Shadows */
  --aumbase-shadow-sm: 0 4px 15px rgba(0, 0, 0, 0.1);
  --aumbase-shadow-md: 0 8px 25px rgba(0, 0, 0, 0.15);
  --aumbase-shadow-lg: 0 20px 40px rgba(0, 0, 0, 0.1);

  /* Radius */
  --aumbase-radius-sm: 12px;
  --aumbase-radius-md: 15px;
  --aumbase-radius-lg: 20px;
  --aumbase-radius-pill: 30px;
}
