@charset "utf-8"; 


@page{
    size: A5;
    margin: 10mm 15mm 20mm 15mm;
    

	@bottom-center{
        content: counter(page);
            font-family: "director-regular";
  font-weight: 200;
    color: #4200b5;
        font-size: 150%;
    
    }
}

@page :first {
  @bottom-center {
    content: none;
  }
}

@font-face {
    font-family: abordage;
    src: url(https://chatty-pub-files.hackersanddesigners.nl/files/2/99/nMPuQi6bsXWzzHQcKzByuHnk/abordage-regular.woff);
}

@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: 20px;
    line-height: 1.5;
    color: #332121;
    --paged-layout: booklet 5 13; 
}


.roundone{
    font-family: "director-regular";
  font-weight: 200;
    font-size: 14px;
    color: #4200b5;
    }
    
.roundtwo{
    font-family: "director-regular";
  font-weight: 200;
    font-size: 14px;
    color: #4200b5;
    }

.byee{
    font-family: "director-regular";
  font-weight: 200;
    font-size: 40px;
    color: #4200b5;
    
    }

/* ------------------------------------ cover */

@page:first {    
    color: #fb542b;
    margin: 10mm;
    background-size: cover;   
    background-repeat: no-repeat; 
}
    
.cover{
    break-after: always;
    font-family: abordage;
    text-shadow: 0 0 5px #822b01:
    background-clip: border-box;  
}

.cover::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #822b01;
    filter: blur(8px);
    z-index: 0;
}

.cover > * {
    position: relative;
    z-index: 1;
}

.cover h2 {
    font-family: abordage;
    font-size: 200%;
    padding: 20px; 
}

.cover p {
        padding: 50px; 
}

/* ------------------------------------ main */


h1 {
    font-family: abordage;
    padding: 10mm;
    font-size: 300%;
    line-height: 1.2em;
        filter: blur(4px)    
}

section#main pre{
    color: black;
}

.main h2 {
    font-family: abordage;
    font-size: 180%;
    line-height: 1.2em;
        filter: blur(2px);
}

blockquote{
   margin-right: 0; 
   font-family: abordage;
   font-size: 140%;
   line-height: 1.2em;
}

/* 
Images are always grayscale in the main content and 
are alone on a page
*/
.main img {
    display: block;
    filter: grayscale(100%);
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 20px;
    width: 100%;
    page-break-after: always;
    page-break-before: always;
    filter: blur(2px);
}

/*
*** alone on a line in markdown will be turned into a <hr>
we use this a way to force a page break, and hide the hr itself.
*/

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

@font-face {
    font-family: Garabosse;
    src: url(https://gitlab.com/bye-bye-binary/garabosse.git);
}

