feat: implementation des dossiers candidats PDF, gestion des entretiens et optimisation de l'analyse IA

This commit is contained in:
jeremy bayse
2026-04-19 15:35:16 +02:00
parent 4017e3d9c5
commit f3d630d741
27 changed files with 2550 additions and 741 deletions

View File

@@ -14,8 +14,19 @@ export default {
theme: {
extend: {
colors: {
primary: '#1a4b8c', // Bleu Méditerranée
accent: '#c8102e', // Rouge Occitan
highlight: '#f5a800', // Or du Midi
sky: '#3a7abf', // Bleu ciel
sand: '#e8e0d0', // Sable garrigue
anthracite: '#2d2d2d', // Anthracite
neutral: '#f0ece4', // Fond neutre
},
fontFamily: {
sans: ['Figtree', ...defaultTheme.fontFamily.sans],
sans: ['Helvetica Neue', 'Arial', 'sans-serif'],
serif: ['Merriweather', 'Georgia', 'serif'],
subtitle: ['Nunito', 'Gill Sans', 'sans-serif'],
},
},
},