brand: DiD color palette (Deep Navy/Lime Green/Light Blue/Soft Grey) and Monda/Montserrat fonts
This commit is contained in:
+16
-8
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user