@charset "utf-8"; 

@page {
  size:  80mm 200mm;
  margin: 2mm;
   margin-left: 12mm;
}

@font-face {
    font-family: picnic;
    src: url(https://chatty-pub-files.hackersanddesigners.nlfiles/2/41/l2ZNzcvH2rom9BKwM72jvVsB/PicNic-Regular.woff2
}

@font-face {
    font-family: Director-Regular;
    src: url(https://chatty-pub-files.hackersanddesigners.nl/files/2/d2/T7cPNlPHYfJD7uGerSbUl2zH/Director-Regular.otf);
}


@font-face {
    font-family: Latitude;
    src: url(https://chatty-pub-files.hackersanddesigners.nl/files/2/f8/52Q5ce2-rtPtoRRQpZrwp0X_/Latitude-Regular.otf);
}




body{
    font-family: Latitude;
    font-size: 9pt;
    line-height: 1.2;
    line-height: 1.5;
    color: black;
    --paged-layout: booklet; 
}
 
 h1 {
    top: -2mm;
    left:0;
}

 h2 {
    font-size: 12pt;
}

h1, h2 {
    line-height: 1.05;
}

h2 {
    line-height: 1.2;
    font-weight: normal !important;
}


hr {
  break-after: page;
  border: none;
  margin: 0;
  height: 0;
}


img {
    width: 50%;
    margin: 0;
    }
    
    h1, h2. h3 {
    font-weight: normal;
    }


.test {
    position: fixed;
    bottom: 3mm;
    left: 3mm;
    font-size: 5pt;
    }
