@import 'tailwindcss';

@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
@source '../../storage/framework/views/*.php';
@source '../**/*.blade.php';
@source '../**/*.js';

@theme {
    --font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
        'Segoe UI Symbol', 'Noto Color Emoji';
    --font-bangla: 'Tiro Bangla', serif;

    /* BD Green */
    --color-bd-green-50: #e6f2ef;
    --color-bd-green-100: #b3d9cf;
    --color-bd-green-200: #80c0af;
    --color-bd-green-300: #4da78f;
    --color-bd-green-400: #1a8e6f;
    --color-bd-green-500: #006A4E;
    --color-bd-green-600: #005a42;
    --color-bd-green-700: #004a36;
    --color-bd-green-800: #003a2a;
    --color-bd-green-900: #002a1e;

    /* BD Red */
    --color-bd-red-50: #feeaed;
    --color-bd-red-100: #fcc5cb;
    --color-bd-red-200: #fa9fa9;
    --color-bd-red-300: #f87987;
    --color-bd-red-400: #f65465;
    --color-bd-red-500: #F42A41;
    --color-bd-red-600: #d02238;
    --color-bd-red-700: #ac1a2f;
    --color-bd-red-800: #881226;
    --color-bd-red-900: #640a1d;
}
