
@import url('../../css2');

:root {
    --pbmit-global-color: rgb(192, 17, 32);
    --pbmit-secondary-color: #0054ff;
    --pbmit-light-color: #f6f6f6;
    --pbmit-white-color: #fff;
    --pbmit-blackish-color: #1a1a1a;
    --pbmit-link-color-normal: #0c121d;
    --pbmit-link-color-hover: rgb(192, 17, 32);
    --pbmit-global-color-rgb: rgb(192, 17, 32);
    --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;
}