
/* text deco */

.md-typeset h1 {
	font-weight: 700 !important; 
	color: var(--md-primary-fg-color--dark) !important; 
}

.md-typeset h2 {
	font-weight: 700 !important; 
	color: var(--md-primary-fg-color) !important; 
}

.md-typeset h3 {
	font-weight: 700 !important; 
}

/* image class */

.pixelart { 
  image-rendering: pixelated; 
  width: 300px; 
}

code {
  color: #70a8af !important;
}