/* style.css */ @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@400;700&display=swap'); body { font-family: 'Noto Sans Bengali', sans-serif; } h1 { font-family: 'Noto Sans Bengali', sans-serif; font-weight: 700; font-size: 2rem; } /* Hide Streamlit footer */ footer { visibility: hidden; } /* Hide Deploy and Settings buttons */ .stButton button[data-baseweb="button"] { display: none !important; }