
@import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@100;300;400;500;700;900&display=swap" rel="stylesheet');
 
:root {
     --pbmit-global-color: #2A2F45;
     --pbmit-secondary-color: #19232b;
     --pbmit-light-color: #f2f3f5;
     --pbmit-white-color: #fff;
     --pbmit-blackish-color: #19232b;
     --pbmit-link-color-normal: #19232b;
     --pbmit-link-color-hover: #666666;
     --pbmit-global-color-rgb: rgb(221, 4, 43);
     --pbmit-secondary-color-rgb: rgb(25, 35, 43);
     --pbmit-responsive-breakpoint: 1200px;
     --pbmit-body-typography-font-family:'Yantramanav', sans-serif;
     --pbmit-body-typography-variant: regular;
     --pbmit-body-typography-font-size: 18px;
     --pbmit-body-typography-line-height: 1.7;
     --pbmit-body-typography-color: #666666;
     --pbmit-heading-typography-font-family: 'Yantramanav', sans-serif;
     --pbmit-heading-color: #04080d;
     --pbmit-heading-font-variant: 700;
     --pbmit-btn-typography-font-family: 'Yantramanav', sans-serif;
     --pbmit-btn-typography-variant: regular;
     --pbmit-btn-typography-font-size: 16px;
     --pbmit-btn-typography-line-height: 16px;
}

