/******************************
INDEX:
    00 - General
    01 - Typography
    02 - Text Color & Background Color
    03 - Background Position & Size
    04 - Helper class
    05 - Social icons
    06 - Header
    07 - Bootstrap Overwrite 
    08 - Swiper 
    09 - Scroll To Top 
    10 - Search Box
******************************/
@import url('https://fonts.googleapis.com/css2?family=Days+One&family=Varela+Round&display=swap');
 
:root {
     --pbmit-global-color: #FFE600;
     --pbmit-secondary-color: #005078;
     --pbmit-light-color: #eef2f5;
     --pbmit-white-color:#ffffff;
     --pbmit-blackish-color: #005078;
     --pbmit-link-color-normal: #005078;
     --pbmit-link-color-hover:#FFE600;
     --pbmit-global-color-rgb: rgb(255, 230, 00);
     --pbmit-secondary-color-rgb: rgb(0, 80, 120);
     --pbmit-responsive-breakpoint: 1200px;
     --pbmit-body-typography-font-family: "Varela Round", sans-serif;
     --pbmit-body-typography-variant: regular;
     --pbmit-body-typography-font-size: 14px;
     --pbmit-body-typography-line-height: 1.7;
     --pbmit-body-typography-color: #9BA5B4;
     --pbmit-heading-typography-font-family:"Days One", sans-serif;
     --pbmit-heading-color: #005078;
     --pbmit-heading-font-variant: 400;
     --pbmit-btn-typography-font-family:"Varela Round", sans-serif;
     --pbmit-btn-typography-variant: 400;
     --pbmit-btn-typography-font-size: 12px;
     --pbmit-btn-typography-line-height:16px;
	 --border-radius: 0px;
}
 