chore: perauset customer project

This commit is contained in:
e2e
2026-07-11 08:54:43 +02:00
commit 49d05dfa0b
293 changed files with 28421 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
import { createTheme } from '@pikku/mantine/core'
export const theme = createTheme({
primaryColor: 'teal',
colors: {
teal: [
'#E6F5F7',
'#C2E6EB',
'#9DD7DF',
'#78C8D3',
'#53B9C7',
'#2A7B88',
'#247A85',
'#1E6A75',
'#185A65',
'#124A55',
],
},
fontFamily: '"Raleway", sans-serif',
headings: {
fontFamily: '"Cormorant", serif',
fontWeight: '600',
},
other: {
bodyBg: '#F5F0E8',
textColor: '#3D2B1F',
},
})