
html {
    font-size: 12px;
    line-height: 1.5;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color:transparent
}

body {
    margin: 0;
    line-height:inherit
}

hr {
    border: none;
    height: 0;
    border-top: 1px !important;
    border-color:rgba(107, 114, 128, 0.5);
    margin: 0.2rem 0 0.2rem 0;
}

p, li, h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight:inherit
}

a {
    color: inherit;
    text-decoration:inherit
}

@media print {
    html {
        font-size:12pt !important
    }
}

.page {
    padding: 1rem;
    max-width: 64rem;
    color:rgb(107 114 128);
}

@media (min-width: 768px) {
    .page {
        padding:3rem
    }
}
@media print {
    .page {
        max-width: none;
    }
}


a:hover {
    color:rgb(59 130 246)
}

.page h1 {
    padding: 0rem 0;
}

.page h2 {
    text-decoration:underline;
    padding: 0 0 1rem 0;
}

.page p, .page ul {
    word-wrap:break-word !important;
    padding:0 0 2rem 0;
}

.page em {
    font-style:normal;
}
