export const styles = { h1: { margin: '0 0 30px', fontSize: 52, fontWeight: 600, letterSpacing: '-0.03em', }, h2: { margin: '30px 0 20px', fontSize: 36, fontWeight: 400, letterSpacing: '-0.03em', }, h3: { margin: '30px 0 15px', fontSize: 24, fontWeight: 400, }, h4: { margin: '20px 0 15px 0', fontSize: 20, fontWeight: 600, }, h5: { fontSize: 18, fontWeight: 400, }, h6: { fontSize: 16, fontWeight: 400, }, list: { padding: 0, margin: '10px 0 10px 20px', }, pre: { //margin: '25px 0 40px 0', fontSize: 14, }, };