2019-06-09 10:27:21 -07:00

59 lines
745 B
CSS

@import url('https://fonts.googleapis.com/css?family=Cormorant+Upright|Cormorant');
html {
font-size: 22px;
}
body {
background-color: white;
font-family: 'Cormorant', sans-serif;
font-weight: 400;
line-height: 1.45;
color: #333;
max-width: 64ch;
margin: 0 auto;
padding-left: 1em;
padding-right: 1em;
}
p {
margin-bottom: 1.25em;
}
a {
color: #333;
}
h1, h2, h3, h4, h5 {
font-size: 1.75em;
margin: 2.75rem 0 1rem;
font-family: 'Cormorant Upright', sans-serif;
font-weight: 700;
line-height: 1.15;
}
h1 {
margin-top: 0;
/*font-size: 3.052em;*/
}
small {
font-size: 0.8em;
}
header,
footer {
text-align: center;
}
@media all and (max-width: 500px) {
html {
font-size: 17px;
}
body {
line-height: 1.7;
}
}