
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap%22%20rel=%22stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Herr+Von+Muellerhoff&display=swap%22%20rel=%22stylesheet');

:root {
    --pbmit-global-color: #1a7b06;
    --pbmit-secondary-color: #02253a;
    --pbmit-light-color: #f2f3f5;
    --pbmit-white-color: #fff;
    --pbmit-blackish-color: #02253a;
    --pbmit-link-color-normal: #02253a;
    --pbmit-link-color-hover: #1a7b06;
    --pbmit-global-color-rgb: rgb(26, 123, 6);
    --pbmit-secondary-color-rgb: rgb(2, 37, 58);
    --pbmit-responsive-breakpoint: 1200px;
    --pbmit-body-typography-font-family: 'Rubik', sans-serif;
    --pbmit-body-typography-variant: 300;
    --pbmit-body-typography-font-size: 16px;
    --pbmit-body-typography-line-height: 1.5;
    --pbmit-body-typography-color: #666666;
    --pbmit-heading-typography-font-family:  'Rubik', sans-serif;
    --pbmit-heading-color: #04080d;
    --pbmit-heading-font-variant: 700;
    --pbmit-btn-typography-font-family:  'Rubik', sans-serif;
    --pbmit-btn-typography-variant: regular;
    --pbmit-btn-typography-font-size: 16px;
    --pbmit-btn-typography-line-height: 16px;
}

