/* kalbe-font.css */
@font-face {
    font-family: 'Kalbe';
    src: url('../fonts/KalbeHelix-Regular.woff2') format('woff2'),
         url('../fonts/KalbeHelix-Bold.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Contoh penggunaan */
body {
    font-family: 'Kalbe', sans-serif;
}
