@font-face {
    font-family: 'kanitregular';
    src: url('https://hub.blueinctech.com/assets/fonts/custom/kanit-regular.woff2') format('woff2'),
         url('https://hub.blueinctech.com/assets/fonts/custom/kanit-regular.woff') format('woff'),
         url('https://hub.blueinctech.com/assets/fonts/custom/kanit-regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'syneregular';
    src: url('https://hub.blueinctech.com/assets/fonts/custom/syne-regular.woff2') format('woff2'),
         url('https://hub.blueinctech.com/assets/fonts/custom/syne-regular.woff') format('woff'),
         url('https://hub.blueinctech.com/assets/fonts/custom/syne-regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}

body,html {
  font-family: "kanitregular", sans-serif !important;
  background: #ffffff!important;
  color: #475569;
}



h1, h2, h3, h4, h5, h6 {
    font-family: "syneregular", sans-serif !important;
}

/* Glassmorphism Polish  for concerns tab feature */
#soft-lock-overlay {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.lock-box {
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.8);
}