/* Fontes carregadas via <link> no head (ver convert.py) */

* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { background: #ecebe8; }
html, body { overflow-x: hidden; }
.page {
  position: relative;
  margin: 0 auto;
  transform-origin: top left;
  font-family: 'Jost', 'Futura PT', sans-serif;
}
img.raster { display: block; }
a { color: inherit; }
