/*
Theme Name: BDITHOME SCHOOL MADRASAH
Theme URI: https://bdithome.com
Author: BDITHOME Team
Author URI: https://bdithome.com
Description: A custom WordPress theme using Tailwind CSS (CDN) and Ruposhi Bangla font.
Version: 1.0.0
Text Domain: bdithome-school
Tags: education, school, madrasah
*/

/* -------------------------------------------------------
   CUSTOM FONT SETUP
   ফন্ট ফাইলটি অবশ্যই থিম ফোল্ডারের assets/fonts/ ডিরেক্টরিতে থাকতে হবে।
   -------------------------------------------------------
*/

@font-face {
    font-family: 'Ruposhi Bangla';
    src: url('assets/fonts/RuposhiBangla.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Base Style Fallback */
body {
    font-family: 'Ruposhi Bangla', sans-serif;
}