code {
	font-family: "Consolas","Andale Mono","Menlo","Courier New";
}
article p, article li {
  font-family: "Lora", serif;
  line-height: 1.7em;
}
article p.admonition-title {
  font-family: "Roboto";
}

.md-typeset h1, .md-typeset h2 {
  font-weight: bold;
  color: black;
}

.md-typeset .grid.cards p {
  font-family: "Roboto";
  font-size: 90%;
}

s {
  color: #900;
}

/*nav.md-nav.md-nav--secondary {
  border-left: .4rem solid #990033;
}

@media only screen and (max-width: 76.1875em) {
  html .md-nav--primary .md-nav__title--site {
    background-color: #990033;
  }
}

@media only screen and (max-width: 59.9375em) {
  .md-nav__source {
    background-color: #880022;
  }
}
*/

/* CSS for kbd: taken from https://developer.mozilla.org/en-US/docs/Web/HTML/Element/kbd */
/* by Mozilla Contributors is licensed under CC-BY-SA 2.5. */
.md-typeset kbd {
	background-color: #eee;
	border-radius: 2px;
	border: 1px solid #b4b4b4;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 2px 0 0 rgba(255, 255, 255, .7) inset;
	color: #333;
	display: inline-block;
	font-size: .70em;
	font-weight: 700;
	line-height: 1;
	padding: 3px 4px;
	white-space: nowrap;
}


/* Change the color scheme of admonition 
:root {
  --md-admonition-icon--announcement: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M576 240c0-23.63-12.95-44.04-32-55.12V32.01C544 23.26 537.02 0 512 0c-7.12 0-14.19 2.38-19.98 7.02l-85.03 68.03C364.28 109.19 310.66 128 256 128H64c-35.35 0-64 28.65-64 64v96c0 35.35 28.65 64 64 64h33.7c-1.39 10.48-2.18 21.14-2.18 32 0 39.77 9.26 77.35 25.56 110.94 5.19 10.69 16.52 17.06 28.4 17.06h74.28c26.05 0 41.69-29.84 25.9-50.56-16.4-21.52-26.15-48.36-26.15-77.44 0-11.11 1.62-21.79 4.41-32H256c54.66 0 108.28 18.81 150.98 52.95l85.03 68.03a32.023 32.023 0 0019.98 7.02c24.92 0 32-22.78 32-32V295.13C563.05 284.04 576 263.63 576 240zm-96 141.42l-33.05-26.44C392.95 311.78 325.12 288 256 288v-96c69.12 0 136.95-23.78 190.95-66.98L480 98.58v282.84z"/></svg>');
}
.md-typeset .admonition.announcement,
.md-typeset details.announcement {
  border-color: var(--md-primary-fg-color--light);
  font-size: .8rem;
}
.md-typeset .announcement > .admonition-title,
.md-typeset .announcement > summary {
   background-color: rgb(199, 219, 230);
}
.md-typeset .announcement > .admonition-title::before,
.md-typeset .announcement > summary::before {
  background-color: var(--md-primary-fg-color);
  -webkit-mask-image: var(--md-admonition-icon--announcement);
          mask-image: var(--md-admonition-icon--announcement);
}
*/

/* Fix arithmatex scrolling behavior */
.md-typeset div.arithmatex {
	overflow-x: visible;
	overflow-y: visible;
}
.md-typeset div.arithmatex > *{
	padding: .8rem .8rem;
}
.md-typeset a { 
	text-decoration: none; border-bottom:1px dashed;
}

.md-typeset .footnote-backref {
	vertical-align: baseline;
}

[data-md-color-scheme="cs1010ay2324s2"] {
  --md-primary-fg-color:        #F4B400;
}
