/*
Theme Name: Hello Elementor Child
Theme URI: https://saynotary.com
Description: Child theme for Hello Elementor — Say Notary Redesign 2025
Author: Say Notary
Author URI: https://saynotary.com
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
*/

/* ============================================================
   DESIGN TOKENS — SAY NOTARY
   ============================================================ */
:root {
  --sn-void:        #0D0D0D;
  --sn-void-2:      #1A0A0E;
  --sn-wine:        #8B1A2A;
  --sn-wine-deep:   #4A0F1C;
  --sn-rose:        #C9747A;
  --sn-rose-light:  #E8A0A5;
  --sn-gold:        #C9A96E;
  --sn-gold-light:  #E8D4A8;
  --sn-blush:       #E8C4B8;
  --sn-white:       #FFFFFF;

  --sn-font-display: 'Playfair Display', Georgia, serif;
  --sn-font-body:    'Inter', system-ui, sans-serif;
  --sn-font-accent:  'Cormorant Garamond', Georgia, serif;

  --sn-ease-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --sn-radius-card: 1.25rem;
  --sn-radius-btn:  3rem;
}
