/**
 * Basis Grotesque Pro – taruh file font di folder: public/fonts/basis-grotesque-pro/
 * Nama file yang dipakai: BasisGrotesquePro.otf, Basis Grotesque Pro Regular Italic.otf, Basis Grotesque Pro Bold Italic.otf
 */
@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('/fonts/basis-grotesque-pro/BasisGrotesquePro.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('/fonts/basis-grotesque-pro/Basis%20Grotesque%20Pro%20Regular%20Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('/fonts/basis-grotesque-pro/Basis%20Grotesque%20Pro%20Bold%20Italic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Basis Grotesque Arabic Pro – taruh file font di public/fonts/basis-grotesque-arabic-pro/ */
@font-face {
    font-family: 'Basis Grotesque Arabic Pro';
    src: url('/fonts/basis-grotesque-arabic-pro/BasisGrotesqueArabicPro.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
