
 
:root {
     --pbmit-global-color: #c01120;
     --pbmit-secondary-color: #c01120;
     --pbmit-light-color: #f5f5f5;
     --pbmit-white-color: #fff;
     --pbmit-blackish-color: #1a191d;
     --pbmit-link-color-normal: #0c121d;
     --pbmit-link-color-hover: #c01120;
     --pbmit-global-color-rgb: rgb(192, 17, 32);
     --pbmit-secondary-color-rgb: rgb(192, 17, 32);
     --pbmit-responsive-breakpoint: 1200px;
     --pbmit-body-typography-font-family: 'Barlow', sans-serif;
     --pbmit-body-typography-variant: regular;
     --pbmit-body-typography-font-size: 16px;
     --pbmit-body-typography-line-height: 1.7;
     --pbmit-body-typography-color: #646c71;
     --pbmit-heading-typography-font-family: 'Barlow Condensed', sans-serif;
     --pbmit-heading-color: #0c121d;
     --pbmit-heading-font-variant: 700;
     --pbmit-btn-typography-font-family: 'Barlow', sans-serif;
     --pbmit-btn-typography-variant: 700;
     --pbmit-btn-typography-font-size: 13px;
     --pbmit-btn-typography-line-height: 13px;
}

