:root {

    --theme-font-heading:'Wix Madefor Display', sans-serif;
    --pbmit-body-typography-font-family:'DM Sans', sans-serif;
    --pbmit-btn-typography-font-family:'Wix Madefor Display', sans-serif;

    --theme-general-font: 'DM Sans', sans-serif;
    --font-awesome: "Font Awesome 6 Pro";    

    /* Theme Color Base*/
    --theme-base: #191647;
    --theme-base-rgb: 25, 22, 71;

    --theme-base-2: #201D5C;
    --theme-base-2-rgb: 32, 29, 92;

    --theme-base-3: #282473;
    --theme-base-3-rgb: 40, 36, 115;

    --theme-base-4: #322D8E;
    --theme-base-4-rgb: 50, 45, 142;
    /* Theme Color Base*/

    /* Theme Color Secondary*/
    --theme-secondary: #A47E2B;
    --theme-secondary-rgb: 164, 126, 43;

    --theme-secondary-2: #B88D2E;
    --theme-secondary-2-rgb: 184, 141, 46;

    --theme-secondary-3: #D6AD4D;
    --theme-secondary-3-rgb: 214, 173, 77;

    --theme-secondary-4: #EBD596;
    --theme-secondary-4-rgb: 235, 213, 150;

    --theme-secondary-5: #F8EDC3;
    --theme-secondary-4-rgb: 248, 237, 195;
    /* Theme Color Secondary*/

    --theme-black: #161A1E;
    --theme-black-rgb: 22, 26, 30;

    --theme-black-dark: #16171a;

    --theme-gray: #536566;
    --theme-gray-rgb: 83, 101, 102;

    --theme-white: #fff;
    --theme-white-rgb: 255, 255, 255;

    --pbmit-light-color: #f5f2f0;
    --pbmit-light-color-rgb: 245, 242, 240;
    
    --theme-text-color: #666666;
   
    
    --theme-black-2: #212226;
    --theme-black-3: #1d1e22;
    --theme-black-4: #1c1d20;
    --theme-black-5: #1c1d20;
    --tp-grey-1: #F5F7FA;
    --tp-grey-2: #f2edeb;
    --tp-grey-3: #f5f5f8;
    --tp-text-body: #727272;
    
    --tp-border-1: #f0f0f0;
    --tp-border-2: #dfdcdc;
  
    --pbmit-global-color: #00b30f;
    --pbmit-secondary-color: #03251e;
    
    --pbmit-blackish-color: #052e26;
    --pbmit-link-color-normal: #001410;
    --pbmit-link-color-hover: #00b30f;
    --pbmit-global-color-rgb: rgb(0, 179, 15);
    --pbmit-secondary-color-rgb:rgb(3, 37, 30);
    --pbmit-responsive-breakpoint: 1200px;
    
    --pbmit-body-typography-variant: regular;
    --pbmit-body-typography-font-size: 16px;
    --pbmit-body-typography-line-height: 1.6;
    --pbmit-body-typography-color: #666666;
    
    --pbmit-heading-color: #111112;
    --pbmit-heading-font-variant: 600;
    
    --pbmit-btn-typography-variant: 600;
    --pbmit-btn-typography-font-size: 12px;
    --pbmit-btn-typography-line-height: 24px;
}