@import 'tailwindcss';

@import './font.css';


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


* {
    font-family: 'IRANSans-FaNum', 'IRANYekan';
}
