@font-face {
	font-family: 'MLModern';
	src: url('fonts/mlmodern-regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MLModern';
	src: url('fonts/mlmodern-italic.otf') format('opentype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'MLModern';
	src: url('fonts/mlmodern-bold.otf') format('opentype');
	font-weight: bold;
	font-style: normal;
}

body {
    font-size: 10.5pt;
    line-height: 1.5em;
    padding: 1ch;
    max-width: 70ch;
    margin: 0.5em auto;
}

code {
	font-weight: bold;
}

footer {
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 10.5pt;
    font-family: 'MLModern', serif;
    margin-top: 0.5ch;
    margin-bottom: 0.1ch;
    font-weight: bold;
    text-transform: uppercase;
}

p, li, figcaption {
    font-size: 10.5pt;
    font-family: 'MLModern', serif;
    hyphens: auto;
}

figcaption {
    font-size: 9pt;
    font-family: 'MLModern', serif;
    hyphens: auto;
}

svg text {
    font-size: 10pt;
    font-family: 'MLModern', serif;
}

a {
    color: black;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

ul {
  list-style-type: square;
  padding: 0 0 0 2ch;
}

ol {
  list-style-type: none;
  counter-reset: item;
  padding: 0;
}

ol li:before { 
  content: counters(item, ".") ". ";
  counter-increment: item;
  font-weight: var(--font-weight-medium);
}

th, td {
    border: 1px solid black;
    vertical-align: top;
    text-align: left;

    padding: 0.5ch 1ch;
    
    font-size: 10.5pt;
    font-family: 'MLModern', serif;
    hyphens: auto;
}

th {
    font-weight: bold;
}

hr {
    height: 1px;
    background-color: black;
    border-width: 0;
}

figure {
    margin: 0;
}

figure, img, svg {
    width: 100%;
}

.author {
    font-style: italic;
}
