/**
 * Design Tokens — CSS Custom Properties
 * Sales Fundas Theme by Infineural Technologies
 */

:root {
  --navy:    #0B1F3A;
  --blue:    #1A4480;
  --gold:    #C8922A;
  --gold-lt: #F5E9D3;
  --teal:    #0D7A6E;
  --teal-lt: #D3F0EB;
  --white:   #FFFFFF;
  --off:     #F8F6F1;
  --g1:      #F2F2F0;
  --g2:      #6B6B6B;
  --text:    #1A1A1A;
  --border:  #E0DDD8;
  --max:     1200px;
  --fd:      'Playfair Display', Georgia, serif;
  --fb:      'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Shadows */
  --shadow-sm:  0 2px 8px rgba(11,31,58,.08);
  --shadow-md:  0 8px 28px rgba(11,31,58,.12);
  --shadow-lg:  0 16px 48px rgba(11,31,58,.16);
  --shadow-gold: 0 8px 28px rgba(200,146,42,.4);

  /* Border radius */
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 20px;

  /* Transitions */
  --t-fast: .2s ease;
  --t-base: .3s ease;
  --t-slow: .6s ease;
}
