@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Sinhala:wght@400;700&display=swap');

.sinhala-font {
    font-family: 'Noto Sans Sinhala', sans-serif;
}

/* Force desktop layout on mobile */
body {
    min-width: 100%;
    overflow-x: auto;
}

/* Make container scrollable on small screens */
.container {
    min-width: 100%;
}
