/* bikeshed.css — stylesheet I use for Bikeshed documents that are blog posts */

@import "variables.css";

html {
    font-size-adjust: 0.528;
    font-size-adjust: from-font;
    /* line-fit-edge: ideographic; */
}

hr, #subtitle {
    display: none;
}

body, a[href][data-link-type] {
    font-family: var(--page-font-stack);
    font-weight: var(--page-font-weight);
    font-size: 1em;
}
h1, h2, h3, h4, h5, h6, table th, figcaption, dt, nav {
    font-family: var(--heading-font-stack);
}

code, pre {
    font-family: var(--code-font-stack);
    font-weight: var(--code-font-weight);
    font-size: 1em;
}
figcaption, dfn {
    font-style: normal;
}

figure pre {
    margin-top: 0;
    line-height: 1;
}
figcaption {
    margin: 1em auto 0;
    max-width: 80%;
}
