 
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet');

:root {
    --pbmit-global-color: #da251d;
    --pbmit-secondary-color: #da251d;
    --pbmit-light-color: #f6f6f6;
    --pbmit-white-color: #fff;
    --pbmit-blackish-color: #1a1a1a;
    --pbmit-link-color-normal: #0c121d;
    --pbmit-link-color-hover: #fcaf17;
    --pbmit-global-color-rgb: rgb(252, 175, 23);
    --pbmit-secondary-color-rgb: rgb(0, 84, 255);
    --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: #47556e;
    --pbmit-heading-typography-font-family: 'Barlow', 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;
}