

@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet');
 :root {
     --pbmit-global-color: #dd9f52;
     --pbmit-secondary-color: #000000;
     --pbmit-light-color: #eff4f6;
     --pbmit-white-color: #ffffff;
     --pbmit-blackish-color: #080b0e;
     --pbmit-link-color-normal: #080b0e;
     --pbmit-link-color-hover: #dd9f52;
     --pbmit-global-color-rgb: 221, 159, 82;
     --pbmit-secondary-color-rgb: 0, 0, 0;
     --pbmit-responsive-breakpoint: 1200px;
     --pbmit-body-typography-font-family: 'Josefin Sans', sans-serif;
     --pbmit-body-typography-variant: regular;
     --pbmit-body-typography-font-size: 18px;
     --pbmit-body-typography-line-height: 1.4;
     --pbmit-body-typography-color: #666666;
     --pbmit-heading-typography-font-family: 'Josefin Sans', sans-serif;
     --pbmit-heading-color: #27272f;
     --pbmit-heading-font-variant: regular;
     --pbmit-btn-typography-font-family: 'Josefin Sans', sans-serif;
     --pbmit-btn-typography-variant: 500;
     --pbmit-btn-typography-font-size: 13px;
     --pbmit-btn-typography-line-height: 24px;
}

/*----------------------------------------*/
/* 01 - Typography 
/*----------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-family:var(--pbmit-heading-typography-font-family);
    font-weight: normal;
    color: var(--pbmit-heading-color);
}

.pbmit-svg-btn a{
    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: 1px;
    text-transform: uppercase;
    font-style: normal;
}