24 lines
256 B
CSS
24 lines
256 B
CSS
body {
|
|
margin: 0;
|
|
font-family: "Suisse Intl", sans-serif;
|
|
}
|
|
|
|
h1, .h1 {
|
|
font-size: 2rem;
|
|
font-weight: 400;
|
|
}
|
|
|
|
p, .p {
|
|
font-size: 1rem;
|
|
font-weight: 400;
|
|
line-height: 1.5rem;
|
|
}
|
|
|
|
strong {
|
|
font-weight: 700;
|
|
}
|
|
|
|
h1, h2, p {
|
|
max-width: 600px;
|
|
}
|