2017-12-13 02:28:36 +01:00
|
|
|
@import url('https://fonts.googleapis.com/css?family=Nunito:300,300i,600,600i');
|
|
|
|
|
2017-04-16 20:59:49 +02:00
|
|
|
body {
|
|
|
|
max-width: 800px;
|
|
|
|
padding: 3em;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2017-12-13 02:28:36 +01:00
|
|
|
|
|
|
|
font-weight: 300;
|
|
|
|
font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
font-size: 12pt;
|
2017-12-13 02:30:38 +01:00
|
|
|
line-height: 1.75em;
|
2017-04-16 20:59:49 +02:00
|
|
|
}
|
|
|
|
|
2017-12-19 17:39:47 +01:00
|
|
|
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
2017-04-16 20:59:49 +02:00
|
|
|
table.text-left td {
|
|
|
|
text-align: left;
|
2018-01-01 21:47:51 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.img-responsive, .embed-responsive {
|
|
|
|
margin-top: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin-top: 1em;
|
2017-04-16 20:59:49 +02:00
|
|
|
}
|