/* Asciidoctor default stylesheet | MIT License | http://asciidoctor.org */

@import url(https://fonts.googleapis.com/css?family=Noto+Sans);
@import "asciidoctor.css"; /* Default asciidoc style framework - important */

/* CUSTOMIZATIONS */
/* Change the values in root for quick customization. If you want even more fine grain... venture further. */

:root{
--maincolor:#FFFFFF;
--primarycolor:#000000;
--secondarycolor:#AAAAAA;
--tertiarycolor:#888888;
--sidebarbackground:#4b4b4b;
--linkcolor:#EE88CC;
--linkcoloralternate:#ffffff;
--headercolor:#AA66CC;
--white:#FFFFFF;
--black:#000000;
--darkred:#990033;
}


/* Text styles */

body{font-family: "Noto Sans",sans-serif;background-color: var(--maincolor);color:var(--black);}
p,p strong,td.content,td.content strong,div.footnote strong,span.alt{letter-spacing:0em;line-height:1.7}

/* Responsiveness fixes */
video {
  max-width: 100%;
}

@media all and (max-width: 600px) {
table {
  width: 55vw!important;
  font-size: 3vw;
}
