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
+16 -8
View File
@@ -2,19 +2,27 @@ module.exports = {
plugins: [
require('daisyui')
],
theme: {
extend: {
fontFamily: {
sans: ['Montserrat', '-apple-system', 'BlinkMacSystemFont', '"Segoe UI"', 'Roboto', 'sans-serif'],
heading: ['Monda', 'Montserrat', 'sans-serif']
}
}
},
daisyui: {
themes: [
{
docuseal: {
'color-scheme': 'light',
primary: '#e4e0e1',
secondary: '#ef9fbc',
accent: '#eeaf3a',
neutral: '#291334',
'base-100': '#faf7f5',
'base-200': '#efeae6',
'base-300': '#e7e2df',
'base-content': '#291334',
primary: '#022647',
secondary: '#75B9FC',
accent: '#9BC73C',
neutral: '#022647',
'base-100': '#FFFFFF',
'base-200': '#CCD6D0',
'base-300': '#AFC0B8',
'base-content': '#022647',
'--rounded-btn': '1.9rem',
'--tab-border': '2px',
'--tab-radius': '.5rem'