feat: implementation des dossiers candidats PDF, gestion des entretiens et optimisation de l'analyse IA
This commit is contained in:
@@ -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'],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user