@import 'tailwindcss';

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

@theme {
    --font-sans: 'Poppins', ui-sans-serif, system-ui, sans-serif;

    /* Palette Foxy — tons naturels, légèrement assombris */
    --color-foxy-bg: #e6f0eb;
    --color-foxy-surface: #fafcfb;
    --color-foxy-cream: #f0f6f3;
    --color-foxy-green: #468566;
    --color-foxy-green-dark: #357055;
    --color-foxy-text: #284a3c;
    --color-foxy-muted: #567a6a;
    --color-foxy-accent: #5fa07d;
    --color-foxy-hero-from: #c8e2d6;
    --color-foxy-hero-via: #b4d8c8;
    --color-foxy-hero-to: #a2cfbb;
}
