
:root {
    
    --g:        #146653;
    --g-dark:   #0d4a3b;
    --g-mid:    #1a7a63;
    --g-light:  #1f9478;
    --g-pale:   #e8f5f1;
    --g-muted:  #b3d9d0;

    
    --gold:     #c79d13;
    --gold-lt:  #f0d895;

    
    --cream:    #faf8f4;
    --cream-2:  #f3f0ea;
    --stone:    #e8e3da;
    --charcoal: #1c2621;
    --ink:      #2d3f3a;
    --muted:    #5f7369;
    --white:    #ffffff;

    
    --shadow-sm:  0 2px 12px rgba(20,102,83,.08);
    --shadow-md:  0 8px 32px rgba(20,102,83,.12);
    --shadow-lg:  0 20px 64px rgba(20,102,83,.16);

    
    --r:    10px;
    --r-lg: 18px;
    --r-xl: 28px;

    
    --transition: all .22s cubic-bezier(.4,0,.2,1);

    
    --tg-main:      #146653;
    --tg-accent:    #5aaa2a;
    --tg-gold:      #c9a84c;
    --tg-dark:      #0d4a3b;
    --tg-white:     #ffffff;
    --tg-charcoal:  #1c2621;
    --tg-muted:     #5f7369;
    --tg-stone:     #e8e3da;

    
    --tg-max-w:    1280px;
    --tg-header-h: 68px;
    --tg-topbar-h: 36px;

    
    --tg-font-main: 'Google Sans', sans-serif;
    --tg-trans:     all .22s cubic-bezier(.4,0,.2,1);

    
    --tg-gold-lt:  #e2c47a;   
    --footer-bg:   #0a1a15;   
    --footer-green: #105239;  
}
