@font-face {
  font-family: 'Kalbe Geometric';
  src: url('../fonts/custom/KalbeGeometric-Regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Kalbe Geometric';
  src: url('../fonts/custom/KalbeGeometric-Medium.woff2') format('woff2');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Kalbe Geometric';
  src: url('../fonts/custom/KalbeGeometric-SemiBold.woff2') format('woff2');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Kalbe Geometric';
  src: url('../fonts/custom/KalbeGeometric-Bold.woff2') format('woff2');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Kalbe Geometric';
  src: url('../fonts/custom/KalbeGeometric-ExtraBold.woff2') format('woff2');
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: 'Kalbe Geometric';
  src: url('../fonts/custom/KalbeGeometric-Black.woff2') format('woff2');
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

body,
button,
input,
select,
textarea,
.cam-hero,
.artikel-container .text {
  font-family: 'Kalbe Geometric', Helvetica, Arial, sans-serif;
}

/* Override font yang tersimpan sebagai inline style oleh konten WYSIWYG lama. */
body [style*="font-family"],
body font[face] {
  font-family: 'Kalbe Geometric', Helvetica, Arial, sans-serif !important;
}
