
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');
:root {
    --pbmit-global-color: #00206d;
    --pbmit-secondary-color: #09162a;
    --pbmit-light-color: #f7f9fa;
    --pbmit-white-color: #ffffff;
    --pbmit-blackish-color: #002e5b;
    --pbmit-link-color-normal: #071323;
    --pbmit-link-color-hover: #888888;
    --pbmit-global-color-rgb: rgb(12, 149, 236);
    --pbmit-secondary-color-rgb: rgb(9, 22, 42);
    --pbmit-blackish-color-rgb: 0, 46, 91;
    --pbmit-white-color-rgb: 255, 255, 255;
    --pbmit-responsive-breakpoint: 1200px;
    --pbmit-body-typography-font-family: 'Roboto', sans-serif;
    --pbmit-body-typography-variant: regular;
    --pbmit-body-typography-font-size: 16px;
    --pbmit-body-typography-line-height: 1.5;
    --pbmit-body-typography-color: #525558;
    --pbmit-heading-typography-font-family: 'Roboto', sans-serif;
    --pbmit-heading-color: #071323;
    --pbmit-heading-font-variant: 700;
    --pbmit-btn-typography-font-family: 'Roboto', sans-serif;
    --pbmit-btn-typography-variant: 700;
    --pbmit-btn-typography-font-size: 13px;
    --pbmit-btn-typography-line-height: 26px;
}