@font-face {
    font-family: "0xproto";
    src: url("/assets/fonts/0xProto-Regular.woff2") format("woff");
}

@font-face {
    font-family: "0xproto";
    src: url("/assets/fonts/0xProto-Bold.woff2") format("woff");
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 10px;
}

.markdown .paragraph {
    display: block;
    margin-bottom: 1em;
}

iframe {
    height: 80vh;
    width: 100%;
}

img,
video {
    max-width: 100%;
}

.cell-output {
    margin-left: 10px;
    margin-bottom: 20px;
    border-left: 5px solid #808080cf;
    padding-left: 10px;
    padding: 10px;
}

blockquote {
    font-style: italic;
    background-color: #d5dfee;
    border-radius: 5px;
    padding: 5px;
}

body {
    font-family: sans-serif;
    max-width: 1000px;
    margin: 0 auto;
}
table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
}

table th {
    background-color: #f2f2f2;
}

table td,
table th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

nav {
    background-color: #333;
    padding: 1rem;
}

nav a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.content {
    padding: 1rem;
}

pre {
    font-family: "0xproto";
    line-height: 125%;
    background-color: #f5f5f5;
    padding: 5px;
    border-radius: 5px;
    margin: 5px;
}

code {
    font-family: "0xproto";
}
div {
    margin-top: 10px;
}

li {
    margin-bottom: 1em;
}
