:root {

    --font-primary: "Roboto", sans-serif;
    --font-condensed: "Roboto Condensed", sans-serif;
    --font-secondary: "Inter", sans-serif;
    --font-heading: "Poppins", sans-serif;
    --font-awesome: "Font Awesome 6 Pro"; 

    /* Theme Color Base*/
    --theme-base: #ED1C24;
    --theme-base-rgb: 237, 28, 36;

    --theme-secondary: #005BA0;
    --theme-secondary-rgb: 0, 91, 160;

    --theme-secondary-dark: #00406F;
    --theme-secondary-dark-rgb: 0, 64, 111;

    --theme-slide-overlay-rgb: 0, 48, 83;

    --theme-white: #fff;
    --theme-white-rgb: 255, 255, 255;

    --theme-black: #161A1E;
    --theme-black-rgb: 22, 26, 30;

    --theme-black-dark: #16171a;

    --theme-gray: #536566;
    --theme-gray-rgb: 83, 101, 102;

    --theme-gray-dark: #445253;
    --theme-gray-dark-rgb: 68, 82, 83;


  --bs-primary-color: #E10006;
  --bs-black-color: #001F3F;
  --bs-black-color2: #06182B;
  --bs-black-color3: #000E1D;
  --bs-white-color: #ffffff;
  --bs-paragraph-color: #788094;
  --bs-paragraph-color-2: #777;
  --bs-bg-color1: #ECF0F1;
  --bs-bg-color2: #F4F4F4;
  --bs-bg-color3: #FBD9DA;
  --bs-color1: #B0B2B8;
  --bs-color2: #FFE0E0;
  --bs-color3: #F7F7F7;
  --bs-color4: #FEBE42;
  --bs-border: #D8DDE1;
  --bs-body-font-size: 16px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 160%;
  --bs-shadow: 0px 5px 60px 0px rgba(0, 0, 0, 0.05);
  --bs-shadow2: 0px 5px 27.2px 0px rgba(39, 39, 39, 0.12);
  --bs-transition: all 0.3s ease-out 0s;


  
    

    --theme-base-light: #BF2020;
    --theme-base-light-rgb: 191, 32, 32;


    

    --theme-gray-light: #D9DFDF;
    --theme-gray-light-rgb: 217, 223, 223;

    

    --pbmit-light-color: #f5f2f0;
    --pbmit-light-color-rgb: 245, 242, 240;
    
    --theme-text-color: #636363;


    --alefox-font: "Rubik", sans-serif;
    --alefox-heading-font: "Inter", serif;
    --alefox-text: #636363;
    --alefox-text-rgb: 99, 99, 99;
    --alefox-text-dark: #b7b7b7;
    --alefox-text-dark-rgb: 183, 183, 183;
    --alefox-text-gray: #89868d;
    --alefox-text-gray-rgb: 137, 134, 141;
    --alefox-base: #44a05b;
    --alefox-base-rgb: 68, 160, 91;
    --alefox-gray: #f6f4ec;
    --alefox-gray-rgb: 246, 244, 236;
    --alefox-gray2: #e1eff0;
    --alefox-gray2-rgb: 225, 239, 240;
    --alefox-white: #fff;
    --alefox-white-rgb: 255, 255, 255;
    --alefox-black: #122f2a;
    --alefox-black-rgb: 18, 47, 42;
    --alefox-black2: #202221;
    --alefox-black2-rgb: 32, 34, 33;
    --alefox-black3: #000;
    --alefox-black3-rgb: 0, 0, 0;
    --alefox-border-color: #dddddd;
    --alefox-border-color-rgb: 221, 221, 221;
    --alefox-letter-space: 0.1em;
    --alefox-letter-space-xl: 0.2em;
   
    
    --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;
}

