fix(11): style & sizes

This commit is contained in:
efim
2023-06-26 14:14:48 +00:00
parent 57e0347c53
commit e5210fb26f
2 changed files with 18 additions and 14 deletions

View File

@@ -6,6 +6,10 @@ module.exports = {
fontFamily: {
'sans': ['Karla', 'sans-serif']
},
fontWeight: {
'normal': 400,
'bold': 700,
},
colors: {
'primary-cyan': 'hsl(179, 62%, 43%)',
'primary-yellow': 'hsl(71, 73%, 54%)',