commerce/styles/globals.css
2021-05-05 14:31:03 -04:00

54 lines
678 B
CSS

html,
body {
padding: 0;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
a {
color: inherit;
text-decoration: none;
}
* {
box-sizing: border-box;
}
h1 {
margin: 0;
font-size: 42px;
font-weight: 400;
line-height: 44px;
}
h2 {
margin: 0;
font-size: 32px;
font-weight: 400;
line-height: 34px;
}
h3 {
margin: 0;
font-weight: 400;
}
h4 {
margin: 0;
font-size: 20px;
font-weight: 700;
}
h5 {
margin: 0;
font-size: 16px;
font-weight: 700;
}
h6 {
margin: 0;
font-size: 12px;
font-weight: 700;
line-height: 14px;
}