
@import url('https://fonts.googleapis.com/css2?family=Jost: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&amp;display=swap');

:root {
    --pbmit-global-color: #f7941d;
    --pbmit-secondary-color: #6e1f77;
    --pbmit-light-color: #fff;
    --pbmit-white-color: #ffffff;
    --pbmit-blackish-color: #6e1f77;
    --pbmit-link-color-normal: #6e1f77;
    --pbmit-link-color-hover: #f7941d;
    --pbmit-global-color-rgb: rgb(69, 64, 223);
    --pbmit-secondary-color-rgb: rgb(3, 3, 4);
    --pbmit-responsive-breakpoint: 1200px;
    --pbmit-body-typography-font-family: 'Jost', sans-serif;
    --pbmit-body-typography-variant: 400;
    --pbmit-body-typography-font-size: 16px;
    --pbmit-body-typography-line-height: 28px;
    --pbmit-body-typography-color: #666;
    --pbmit-heading-typography-font-family: 'Jost', sans-serif;
    --pbmit-heading-color: #6e1f77;
    --pbmit-heading-font-variant: 600;
    --pbmit-btn-typography-font-family: 'Jost', sans-serif;
    --pbmit-btn-typography-variant: 600;
    --pbmit-btn-typography-font-size: 14px;
    --pbmit-btn-typography-line-height: 24px;
    --pbmit-box-shadow: 0px 2px 0px 0px rgb(0 0 0 / 10%);
    --border-radius: 0px;
}

