
@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400;500;600;700&display=swap');
 :root {
     --pbmit-global-color:  #fea82b;
     --pbmit-secondary-color: #1f273a;
     --pbmit-light-color: #f2f4f9;
     --pbmit-white-color:#ffffff;
     --pbmit-blackish-color: #21293d;
     --pbmit-link-color-normal: #21293d;
     --pbmit-link-color-hover: #fea82b;
     --pbmit-global-color-rgb: 254, 168, 43;
     --pbmit-secondary-color-rgb:31, 39, 58;
     --pbmit-responsive-breakpoint: 1200px;
     --pbmit-body-typography-font-family:'Baloo Bhaijaan 2', cursive;
     --pbmit-body-typography-variant: regular;
     --pbmit-body-typography-font-size: 16px;
     --pbmit-body-typography-line-height: 26px;
     --pbmit-body-typography-color: #787c8b;
     --pbmit-heading-typography-font-family: 'Baloo Bhaijaan 2', cursive;
     --pbmit-heading-color: #21293d;
     --pbmit-heading-font-variant: 700;
     --pbmit-btn-typography-font-family: 'Baloo Bhaijaan 2', cursive;
     --pbmit-btn-typography-variant: 700;
     --pbmit-btn-typography-font-size: 13px;
     --pbmit-btn-typography-line-height: 20px;
     --pbmit-border-radius: 50px;
}
 