174
const theme = {
breakpoints: ['40em', '52em', '64em'],
fontSizes: [
12, 14, 16, 20, 24, 32, 48, 64
],
colors: {
blue: '#07c',
lightgray: '#f6f6ff'
},
space: [
0, 4, 8, 16, 32, 64, 128, 256
],
fonts: {
body: 'system-ui, sans-serif',
heading: 'inherit',
monospace: 'Menlo, monospace',
},
fontWeights: {
body: 400,
heading: 700,
bold: 700,
},
buttons: {
primary: {
color: 'white',
bg: 'primary',
}
}
}
Определяем тему