
@import url('https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet');

:root {
    --pbmit-global-color: #3cc0f0;
    --pbmit-secondary-color: #070809;
    --pbmit-light-color: #f8f8f9;
    --pbmit-blackish-color: #070809;
    --pbmit-link-color-normal: #070809;
    --pbmit-link-color-hover: #37a8d1;
    --pbmit-global-color-rgb: 10, 173, 235;
    --pbmit-secondary-color-rgb: 12, 18, 29;
    --pbmit-responsive-breakpoint: 1200px;
    --pbmit-body-typography-font-family:'Muli', sans-serif;
    --pbmit-body-typography-variant: regular;
    --pbmit-body-typography-font-size: 16px;
    --pbmit-body-typography-line-height: 26px;
    --pbmit-body-typography-color: #6d7a8c;
    --pbmit-heading-typography-font-family: 'Nunito', sans-serif;
    --pbmit-heading-color: #070809;
    --pbmit-heading-font-variant: 800;
    --pbmit-btn-typography-font-family: 'Nunito', sans-serif;
    --pbmit-btn-typography-variant: 800;
    --pbmit-btn-typography-font-size: 13px;
    --pbmit-btn-typography-line-height: normal;
}

@font-face {
    font-family: 'Gama-Sans-Regular';
    src:url('../fonts/Gama-Sans-Regular.ttf.woff') format('woff'),
        url('../fonts/Gama-Sans-Regular.ttf.svg#Gama-Sans-Regular') format('svg'),
        url('../fonts/Gama-Sans-Regular.ttf.eot'),
        url('../fonts/Gama-Sans-Regular.ttf.eot?#iefix') format('embedded-opentype'); 
}

/* body, h1, h2, h3, h4, h5, p, a, span, em, b, strong {
    font-family: 'Gama-Sans-Regular' !important;
    font-smooth: always;
    font-style: normal;
}

h1, h2, h3, h4, h5, b, strong {
    font-weight: bold;
} */