/* Paksa semua kotak Tailwind menjadi bucu tajam (segi empat tepat) */
.rounded, 
.rounded-sm, 
.rounded-md, 
.rounded-lg, 
.rounded-xl, 
.rounded-2xl, 
.rounded-3xl,
.rounded-full {
    border-radius: 0 !important;
}
/* Tetapan Font dan Saiz untuk seluruh sistem */
body {
    /* 1. Tukar jenis tulisan (Font) */
    font-family: 'Inter', Arial, sans-serif !important; 
    
    /* 2. Tukar saiz asas tulisan */
    font-size: 16px !important; 
    
    /* 3. (Pilihan) Tukar warna asas tulisan */
    color: #333333 !important; 
}
