
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');
 :root {
    --pbmit-body-theme: #00193C;
   --pbmit-global-color: #EFA21E;
     --pbmit-secondary-color: #030304;
     --pbmit-light-color: #e9edf3;
     --pbmit-white-color:#ffffff;
     --pbmit-blackish-color: #03030a;
     --pbmit-black-color: #000;
         --pbmit-theme-color: #EFA21E;
     --pbmit-link-color-normal: #101010;
     --pbmit-link-color-hover:#EFA21E;
     --pbmit-global-color-rgb:rgb(255, 186, 0);
     --pbmit-secondary-color-rgb: rgb(3, 3, 4);
     --pbmit-responsive-breakpoint: 1200px;
     --pbmit-body-typography-font-family: 'Geist', sans-serif;
     --pbmit-body-typography-variant: regular;
     --pbmit-body-typography-font-size: 16px;
     --pbmit-body-typography-line-height: 28px;
     --pbmit-body-typography-color: #666;
     --pbmit-heading-typography-font-family: 'Geist', sans-serif;
     --pbmit-heading-color: #030304;
     --pbmit-heading-font-variant: 600;
     --pbmit-btn-typography-font-family: 'Geist', 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;
}

