@font-face {
  font-family: 'KalbeRegular';
  src: url('https://kalbe-font.s3.ap-southeast-1.amazonaws.com/KalbeSystem-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'KalbeRegular';
  src: url('https://kalbe-font.s3.ap-southeast-1.amazonaws.com/KalbeSystem-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'KalbeRegular';
  src: url('https://kalbe-font.s3.ap-southeast-1.amazonaws.com/KalbeSystem-SemiBold.ttf') format('truetype');
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: 'KalbeRegular';
  src: url('https://kalbe-font.s3.ap-southeast-1.amazonaws.com/KalbeSystem-ExtraLight.ttf') format('truetype');
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: 'KalbeRegular';
  src: url('https://kalbe-font.s3.ap-southeast-1.amazonaws.com/KalbeSystem-ExtraLightItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 200;
}
@font-face {
  font-family: 'KalbeRegular';
  src: url('https://kalbe-font.s3.ap-southeast-1.amazonaws.com/KalbeSystem-Light.ttf') format('truetype');
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'KalbeRegular';
  src: url('https://kalbe-font.s3.ap-southeast-1.amazonaws.com/KalbeSystem-LightItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: 'KalbeRegular';
  src: url('https://kalbe-font.s3.ap-southeast-1.amazonaws.com/KalbeSystem-Italic.ttf') format('truetype');
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: 'KalbeRegular';
  src: url('https://kalbe-font.s3.ap-southeast-1.amazonaws.com/KalbeSystem-Medium.ttf') format('truetype');
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'KalbeRegular';
  src: url('https://kalbe-font.s3.ap-southeast-1.amazonaws.com/KalbeSystem-MediumItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: 'KalbeRegular';
  src: url('https://kalbe-font.s3.ap-southeast-1.amazonaws.com/KalbeSystem-SemiBoldItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 600;
}
@font-face {
  font-family: 'KalbeRegular';
  src: url('https://kalbe-font.s3.ap-southeast-1.amazonaws.com/KalbeSystem-ExtraBold.ttf') format('truetype');
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: 'KalbeRegular';
  src: url('https://kalbe-font.s3.ap-southeast-1.amazonaws.com/KalbeSystem-ExtraBoldItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 800;
}
/* Apply Kalbe font ke semua kecuali icon FontAwesome dan sidebar-toggle */
body,
body *:not(.fa):not(.fas):not(.far):not(.fab):not(.sidebar-toggle) {
    font-family: 'KalbeRegular', Arial, sans-serif !important;
}

/* FontAwesome v4 */
.fa,
.fa:before,
.sidebar-toggle:before {
    font-family: FontAwesome !important;
}

/* FontAwesome v5 */
.fas,
.fas:before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}

.far,
.far:before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 400 !important;
}

.fab,
.fab:before {
    font-family: "Font Awesome 5 Brands" !important;
}

html,
body,
button,
input,
select,
textarea,
table,
label,
a,
span,
div,
p,
td,
th {
    font-family: 'KalbeRegular', Arial, sans-serif !important;
}