@font-face { font-family: 'PT Sans'; src: local("PT Sans"), local("PTSans-Regular"), url("../fonts/PTSans-Regular.woff") format("woff"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'PT Sans'; src: local("PT Sans Bold"), local("PTSans-Bold"), url("../fonts/PTSans-Bold.woff") format("woff"); font-weight: bold; font-style: normal; }

html { font-size: 16px; font-size: calc(0.8rem + 0.3vw); }

body { background: #ffffff; color: #212228; font-family: "PT Sans", -apple-system, "Helvetica Neue", "Segoe UI", "Roboto", sans-serif; font-weight: 400; line-height: 1.6; margin: 0; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

@media (prefers-color-scheme: dark) { body { background: #212228; color: #ffffff; } }

h1, h2, h3, h4, h5, h6 { font-weight: 600; }

b, strong, th { font-weight: 600; }

a { color: #68f; text-decoration: inherit; }

a:hover { text-decoration: underline; }

header a, footer a, aside a { color: inherit; }

header time { color: #909194; }

hr { border: 1px solid rgba(144, 145, 148, 0.3); margin: 2em 0; }

article:not(:last-of-type) { border-bottom: 1px solid rgba(144, 145, 148, 0.2); }

blockquote { background: rgba(144, 145, 148, 0.06); border-left: 3px solid rgba(144, 145, 148, 0.9); padding: 1px 1.5em; opacity: .75; }

blockquote, figure { margin: 1em 0; }

img, li { margin: .5em 0; }

img { border-radius: 2px; max-width: 100%; height: auto; }

table { display: inline-block; max-width: 100%; overflow-y: scroll; border-spacing: 1px; border-radius: 2px; box-shadow: 0 0 0 1px rgba(144, 145, 148, 0.12) inset; }

@media (min-width: 50em) { table { display: table; width: 100%; } }

th, td { padding: .5em 1em; box-shadow: 0 0 0 1px rgba(144, 145, 148, 0.12); }

tr:hover, tr:nth-child(odd) td { background: rgba(144, 145, 148, 0.04); }

pre { background: rgba(144, 145, 148, 0.12); border-radius: 2px; font-size: .8em; margin: 1.5em 0; padding: .8em 1.2em; overflow-x: auto; }

:not(pre) > code { font-size: .9em; background: rgba(144, 145, 148, 0.15); opacity: .7; border-radius: 2px; margin: 0 .1em; padding: .2em .4em; }

body { display: flex; flex-direction: column; min-height: 100vh; }

body > header, body > footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }

article { flex-grow: 1; }

article header { margin-bottom: 1.5em; }

article header h1 { font-size: 1.8em; margin: 0 0 .1em; }

nav { margin: .5em -1em; }

nav a { margin: .5em 1em; }

html { background: #66697c; padding: 0 calc(38% - 20em); }

body { box-shadow: 0 0 0 1px rgba(102, 105, 124, 0.3); }

body > header, body > footer { background: #2a2c33; color: #ffffff; box-shadow: 0 1px rgba(255, 255, 255, 0.08), 0 -1px rgba(255, 255, 255, 0.08); }

body > header, body > article, body > footer { padding: 1.5em; }

@media (min-width: 36em) { body > header, body > article, body > footer { padding: 1.65em calc(20% - 4em); } }

@media (prefers-color-scheme: dark) { html, body > header, body > footer { background: #212228; } }

/*# sourceMappingURL=frame.css.map */