@import url("css2.css");
@import url("css2-1.css");

:root {
  --pbmit-secondary-color: #888888;
  --pbmit-light-color: #f7f9fa;
  --pbmit-white-color: #ffffff;
  --pbmit-blackish-color: #98acb7;
  --pbmit-link-color-normal: #222222;
  --pbmit-link-color-hover: #fa2020;
  --pbmit-global-color: #2e5e86;
  --pbmit-global-color-rgb: rgb(46, 94, 134);
  --pbmit-secondary-color-rgb: rgb(136, 136, 136);
  --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: 24px;
  --pbmit-body-typography-color: #888888;
  --pbmit-heading-typography-font-family: "Asap", sans-serif;
  --pbmit-heading-color: #222222;
  --pbmit-heading-font-variant: 700;
  --pbmit-btn-typography-font-family: "Roboto", sans-serif;
  --pbmit-btn-typography-variant: 700;
  --pbmit-btn-typography-font-size: 14px;
  --pbmit-btn-typography-line-height: 26px;
  --border-radius: 3px;
}
