
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders:wght@400;600;700;800;900&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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Special+Gothic:wght@400..700&display=swap');
 :root {
     --pbmit-global-color: #ff4c49;
     --pbmit-secondary-color: #09162a;
     --pbmit-light-color: #f7f9fa;
     --pbmit-white-color:#ffffff;
     --pbmit-blackish-color: #081e2c;
     --pbmit-link-color-normal: #071323;
     --pbmit-link-color-hover: #ff5e15;
     --pbmit-global-color-rgb: 255, 76, 73;
     --pbmit-secondary-color-rgb: 9, 22, 42;
	 --pbmit-blackish-color-rgb: 8, 30, 44;
	 --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: 17px;
     --pbmit-body-typography-line-height: 1.6;
     --pbmit-body-typography-color: #555555;
     --pbmit-heading-typography-font-family: "Big Shoulders", sans-serif;
     --pbmit-heading-color: #15141c;
     --pbmit-heading-font-variant: 600;
     --pbmit-btn-typography-font-family: "Big Shoulders", sans-serif;
     --pbmit-btn-typography-variant: 500;
     --pbmit-btn-typography-font-size: 16px;
     --pbmit-btn-typography-line-height: 26px;
}
 