@import 'tailwindcss';
@source "../views";

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

body{
    background: #ffc898;
    font-family: "Funnel Display", sans-serif;
} 

h2{
    @apply text-3xl;    
}