@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



/* * Cascading stylesheet for GNU Emacs org mode * Nicolas P. Rougier - September 2020 * Released under a Creative Commons CC-BY 4.0 licence */

body {
  font-family: "et-book", 'Crimson Pro', serif;
    font-size: 14px;
    font-weight: 300;
    color: var(--textcolor);
    background-color: var(--bgcolor);
    line-height: 1.4em;
    font-weight: light;
    counter-reset: section;
    counter-reset: toc-section;
    counter-increment: toc-section;

    /* background-image: url("/images/background-tile-Tribal-Design-Frame-2.svg"); */
    /* background-image: url("/images/background-tile-1.svg"); */
    /* background-image: url("/images/vintage-tapestry-background.webp"); */
    /* background-image: url("/images/pattern-stripe-bohemian-background-white.webp"); */
    /* background-size: 200px 100px; */
}

.inline-tag {
  color: var(--tag-font);
}

/* .tag > li { */
/*     display: inline-block */
/* } */

ul.tag {
    padding-inline-start: 0;
}

ul.tag > li {
    display: inline-block;
}

span.tag-title {
    /* background-color: #EDEDED; */
    /* border: 1px solid #EDEDED; */
    /* color: #939393; */
    /* cursor: pointer; */
    display: block;
    /* float: right; */
    float: left;
    font-size: 90%;
    font-weight: normal;
    margin: 0 3px;
    padding: 1px 2px;
    /* border-radius: 10px; */
}

span.tag {
    background-color: var(--tag-bg);
    /* border: 1px solid var(--tag-bg); */
    color: var(--tag-font);
    cursor: pointer;
    display: block;
    /* float: right; */
    float: left;
    font-size: 90%;
    font-weight: normal;
    margin: 0 3px;
    padding: 1px 2px;
    border-radius: 10px;
    box-shadow: var(--tag-box-shadow);
}

@media (min-width:801px) {
}

span.tag:hover {
  background-color: var(--tag-bg-hover);
  box-shadow: var(--tag-box-shadow-hover);
}

span.selected {
  background-color: var(--tag-bg-selected);
  box-shadow: var(--tag-box-shadow-selected);
}

label {
    font-size: .75em;
}

label:before {content:"[";}
label:after {content:"]";}

/* canvas { */
/*     position: absolute; */
/*     top: 0; */
/*     left: 0; */
/* } */

/* @media (min-width: 600px) { */
/*     body { */
/*         background-image: url("/images/floral-seamless-pattern-background-geometric-ornament-for-wallpapers-and-backgrounds-black-and-white.webp"); */
/*         background-size: 300px 300px; */
/*         background-repeat: repeat; */
/*     } */
/* } */

/* a, */
/* a:visited { */
/*     text-decoration: none; */
/*     color: rgba(48, 63, 159, 1); */
/* } */

a {
    color: var(--link);
    text-decoration:none;
    cursor:pointer
}


a:hover,a:active {
    outline:0;
}

a:hover {
  color: var(--link-hover)
}

.org-bold {
    font-weight: 400;
}
i,
i a {
    color: var(--i);
    font-style: normal;
}
.org-italic,
.org-org-meta-line {
  color: var(--org-org-meta-line);
  font-style: normal;
}
.org-face-salient {
    font-weight: 400;
} /* Blinking cursor when strike-through */
.custom {
    animation: blinker 1s linear infinite;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
} /* --- Side notes --- */
div.side-note::before {
    content: "Note";
    color: var(--div-side-note-before);
    font-weight: 400;
}
div.side-note {
    color: var(--div-side-note);
    float: left;
    font-size: 0.85em;
    line-height: 1.25em;
    margin-left: -24em;
    width: 20em;
} /* --- Table of contents --- */
#table-of-contents {
    padding-top: 0em;
    margin-top: 0em;
    text-transform: uppercase;
}
#table-of-contents ul {
    padding: 0;
    font-weight: 400;
    list-style: none;
    counter-reset: list 0;
}
#table-of-contents ul ul {
    padding-left: 0em;
    font-weight: 300;
    font-size: 90%;
    line-height: 1.5em;
    margin-top: 0em;
    margin-bottom: 1em;
    padding-left: 2em;
}
#table-of-contents h2:before {
    content: "";
    counter-reset: section;
}
#table-of-contents ul li {
    vertical-align: top;
    display: inline-block;
    width: 32%;
}
#table-of-contents ul li:before {
    display: inline-block;
    counter-increment: list;
    content: counters(list, ".") ".";
    width: 2em;
    margin-left: -2em;
    text-align: right;
    text-transform: uppercase;
    color: var(--toc-ul-li-before);
}
#table-of-contents ul li ul,
#table-of-contents ul li ul li {
    display: static;
    width: 100%;
    padding-left: 0;
    line-height: 1.35em;
}
#table-of-contents ul li ul li:before {
    content: "";
}
#table-of-contents h2 {
    font-size: 1em;
    font-weight: 400;
    padding-top: 5em;
}
#table-of-contents h2:before {
    content: "ʘ";
}
blockquote {
    color: var(--blockquote-color);
    padding-top: 0;
    margin-left: 1em;
    padding-left: 1em;
    border-left: 3px solid var(--blockquote-border);
}
ul.org-ul {
    padding-left: 10px;
}
ul.org-ul li {
    list-style-type: none;
    margin-bottom: 0.5em;
}
ul.org-ul li p {
    display: inline-block;
    margin-top: 0em;
    margin-bottom: 0em;
}
ul.org-ul li::before {
    display: inline-block;
    content: "ʘ";
    color: var(--ul-org-ul-li-before);
    width: 1em;
    margin-left: -1em;
}
ol.org-ol {
    padding-left: 0;
    margin-left: 2em;
    list-style: none;
    counter-reset: li;
}
.org-ol li {
    counter-increment: li;
    margin-bottom: 0.25em;
}
.org-ol li::before {
    content: counter(li) ". ";
    color: var(--org-ol-li-before);
    display: inline-block;
    width: 2em;
    margin-left: -2em;
}

#content {
  margin: 0 auto;
  max-width: 920px;
  /* margin-top: 2.5%; */
  /* make room for absolute positioned header */
  /* margin-top: 150px; */
  margin-bottom: 2.5%;
}

#postamble {
    margin: 0 auto;
    max-width: 920px;
    /* margin-top: 2.5%; */
    /* make room for absolute positioned header */
    margin-top: 150px;
    margin-bottom: 2.5%;
}
#postamble {
    /*    border-top: 1px solid #999999; */
    padding-top: 1.5em;
}
#postamble p,
#postamble a {
    color: var(--postamble);
    line-height: 1.25em;
    margin: 0;
    text-align: right;
}
h1.title {
    font-size: 1.5em;
    margin-top: 4em;
    margin-bottom: 0em;
    font-weight: 400;
    text-align: left;
}
span.subtitle {
    display: inline-block;
    margin-top: 0.25em;
    font-size: 74.5%;
    font-weight: 300;
    color: var(--span-subtitle);
}
h3 {
    padding-top: 0.5em;
}
h1,
h2,
h3,
h4 {
    color: var(--h4);
    font-size: 1em;
    font-weight: 400; /* font-variant: all-small-caps; */
    text-transform: uppercase;
}
h2 {
    padding-top: 2em;
}
h3 {
    padding-top: 3em;
}
body {
    counter-reset: section;
}
h2 {
    counter-reset: subsection;
}
h2::before {
    color: var(--h2-before);
    float: left;
    text-align: right;
    font-weight: 300;
    width: 7.5em;
    margin-left: -8em;
    counter-increment: section;
    /* content: "Chapter " counter(section) " "; */
}
h3::before {
    color: var(--h3-before);
    float: left;
    text-align: right;
    font-weight: 300;
    width: 2.5em;
    margin-left: -3em;
    counter-increment: subsection;
    /* content: counter(section) "." counter(subsection) " "; */
}
code {
    background-color: var(--code-bg);
    /* font-family: "Roboto Mono", sans-serif; */
    font-family: 'Iosevka Web', Courier, Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",monospace;
    padding:0 5px;
    /* font-weight: 400; */
}
pre::before {
    color: var(--pre-before);
    float: left;
    text-align: right;
    font-weight: 300;
    width: 3em;
    margin-left: -4.25em;
    font-variant: small-caps;
    content: "";
}
pre.src-lisp::before {
    content: "lisp";
}
pre.src-org::before {
    content: "org";
}
pre {
    color: var(--pre);
    background-color: var(--pre-bg);
    overflow: auto;
    margin: 0em;
    padding: 0.25em;
    padding-left: 0.5em;
    line-height: 1.35em;
    font-family: "Roboto Mono", sans-serif;
    font-weight: 300;
    border-left: 2px dotted var(--pre-border);
}
pre.src {
    position: relative;
    overflow: visible;
} /* --- Code folding --- */
details {
    color: var(--details);
    background: var(--details-bg);
    border: 1px solid var(--details-border);
    border-radius: 3px;
    padding: 0.25em;
    margin-bottom: 1em;
}
details pre {
    border: 0;
}
details pre.src-lisp::before {
    content: "";
}
summary {
    outline: 0;
    color: var(--summary);
}
summary::after {
    font-size: 0.85em;
    color: var(--summary-after);
    display: inline-block;
    float: right;
    content: "Click to fold/unfold";
    padding-right: 0.5em;
} /* --- Table --- */
table {
    min-width: 100%;
}
table,
tbody,
td,
tr,
th,
colgroup,
thead {
    border: 0; /*    padding: 0;*/
}
table {
    margin-top: 1em;
}
thead {
    border-bottom: 1px dashed var(--thead-border);
}
th {
    text-align: left;
    font-weight: 400;
    padding: 0;
    margin-bottom: 0.25em;
    padding-bottom: 0.25em;
}
td {
    padding: 0;
}
tr:nth-child(even) {
    background: var(--tr-nth-child-even-bg);
}
tr:nth-child(odd) {
    background: var(--tr-nth-child-odd-bg);
}
tbody {
    /* border-bottom: 1px solid black; */
} /* --- Description list --- */
dd {
    margin-top: 0.25em;
    margin-bottom: 0.5em;
} /* --- Back links in header --- */
div.back a {
    float: right;
    font-weight: 300;
    color: var(--div-back-a);
    font-variant: small-caps;
    margin-top: -2.5em;
} /* h2 { border-bottom: .5px solid #999999; } */
