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

body {
    background-color: #FDFBF7;
    color: #3A3532;
    -webkit-tap-highlight-color: transparent;
}

/* Ẩn thanh cuộn */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Đệm nội dung cho Bottom Nav */
.pb-nav {
    padding-bottom: 90px;
}
