brand: DiD color palette (Deep Navy/Lime Green/Light Blue/Soft Grey) and Monda/Montserrat fonts

This commit is contained in:
2026-08-18 16:08:56 -04:00
parent 004a22c1c8
commit 9d1077b8e4
6 changed files with 32 additions and 13 deletions
+4 -4
View File
@@ -8,10 +8,10 @@ module.exports = {
theme: {
extend: {
colors: {
'base-100': '#faf7f5',
'base-200': '#efeae6',
'base-300': '#e7e2df',
'base-content': '#291334'
'base-100': '#FFFFFF',
'base-200': '#CCD6D0',
'base-300': '#AFC0B8',
'base-content': '#022647'
}
}
}