@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

/* BantuKita Global Font */
:root {
    --bk-font-main: 'Poppins', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

html,
body,
button,
input,
select,
textarea,
table,
a {
    font-family: var(--bk-font-main);
}

body {
    font-feature-settings: "kern";
    text-rendering: geometricPrecision;
}
