@import url('https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 :root {
     --pbmit-global-color: #104776; /*Birchcliff blue*/
	 --pbmit-birchcliff-cyan-color: #40b4e2;
     --pbmit-secondary-color: #1e1e25;
     --pbmit-light-color: #f6f6f6;
     --pbmit-white-color: #ffffff;
     --pbmit-blackish-color: #27272f;
     --pbmit-link-color-normal: #1e1e25;
     --pbmit-link-color-hover: #104776;
     --pbmit-global-color-rgb: rgb(16, 71, 118);
     --pbmit-secondary-color-rgb:rgb(30, 30, 37);
     --pbmit-responsive-breakpoint: 1200px;
     --pbmit-body-typography-font-family: 'Muli', sans-serif;
     --pbmit-body-typography-variant: regular;
     --pbmit-body-typography-font-size: 17px;
     --pbmit-body-typography-line-height: 1.8;
     --pbmit-body-typography-color: #555555;
     --pbmit-heading-typography-font-family: 'Muli', sans-serif;
     --pbmit-heading-color: #27272f;
     --pbmit-heading-font-variant:normal;
     --pbmit-btn-typography-font-family: 'Muli', sans-serif;
     --pbmit-btn-typography-variant: 700;
     --pbmit-btn-typography-font-size: 15px;
     --pbmit-btn-typography-line-height: 25px;
}

/*----------------------------------------*/
/* 01 - Typography 
/*----------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-family:var(--pbmit-heading-typography-font-family);
    font-weight: 700;
    color: var(--pbmit-heading-color);
}
/*article, aside {
		h2, h3, h4, h5, h6 {
		font-weight: 700 !important;
		color: var(--pbmit-heading-color) !important;
		}
}*/
.pbmit-btn{
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: var(--pbmit-btn-typography-variant);
    font-size: var(--pbmit-btn-typography-font-size);
    line-height: var(--pbmit-btn-typography-line-height);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-style: normal;
    padding: 16px 40px;
}