@import url('https://fonts.googleapis.com/css2?family=Work+Sans: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&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap" rel="stylesheet');
@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&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet');

:root {
    --pbmit-global-color: #007aff;
    --pbmit-secondary-color: #007aff;
    --pbmit-light-color: #f6faff;
    --pbmit-white-color: #ffffff;
    --pbmit-blackish-color: #0c121d;
    --pbmit-link-color-normal: #031b4e;
    --pbmit-link-color-hover: #3368c6;
    --pbmit-global-color-rgb: rgb(26, 153, 215, 0.5);
    --pbmit-secondary-color-rgb: rgb(3, 27, 78);
    --pbmit-responsive-breakpoint: 1200px;
    --pbmit-body-typography-font-family: "Work Sans", Tahoma, Geneva, sans-serif;
    --pbmit-body-typography-variant: regular;
    --pbmit-body-typography-font-size: 15px;
    --pbmit-body-typography-line-height: 24px;
    --pbmit-body-typography-color: #8893b9;
    --pbmit-heading-typography-font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    --pbmit-heading-color: #000000;
    --pbmit-heading-font-variant: 700;
    --pbmit-btn-typography-font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    --pbmit-btn-typography-variant: 400;
    --pbmit-btn-typography-font-size: 14px;
    --pbmit-btn-typography-line-height: normal;
    --border-radius: 0px;
}