@font-face {
    font-family: "k.iosevka";
    font-style: normal;
    font-weight: normal;
    src: url(k.iosevka.woff2) format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "k.iosevka";
    font-style: normal;
    font-weight: bold;
    src: url(k.iosevka.bold.woff2) format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "k.iosevka";
    font-style: italic;
    font-weight: italic;
    src: url(k.iosevka.italic.woff2) format("woff2");
    font-display: swap;
}

html {
    height: 100%;
    font-family: "k.iosevka", monospace;
    font-size: 16px;
}

div {
  text-align: justify;
  max-width: 700px;
  margin: 50px;
  margin-right: auto;
  margin-left: auto;
}

blockquote {
    font-style: italic;
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
    margin-right: 0;
}

/*
   hack to disable figure numbering, as orgmode can't do this since 2015 at least
   https://emacs.stackexchange.com/questions/17619/how-can-i-turn-off-numbering-for-figures
*/
span.figure-number {
    display: none;
}
