/* Meru landing page and browser simulators: the same IBM look as the manuals (docs/manuals/style.css): IBM Plex, Carbon type scale (body-02 16/24, table 14/18,
   label 12/16, headings 32/40, 28/36, 20/28), 8 px spacing, black on white, black rules. Copied to dist/site.css (with fonts/) by build.py. */
@font-face { font-family: "IBM Plex Sans"; font-weight: 400; font-style: normal; src: url(fonts/IBMPlexSans-Regular.ttf); }
@font-face { font-family: "IBM Plex Sans"; font-weight: 400; font-style: italic; src: url(fonts/IBMPlexSans-Italic.ttf); }
@font-face { font-family: "IBM Plex Sans"; font-weight: 600; font-style: normal; src: url(fonts/IBMPlexSans-SemiBold.ttf); }
@font-face { font-family: "IBM Plex Sans"; font-weight: 700; font-style: normal; src: url(fonts/IBMPlexSans-Bold.ttf); }
@font-face { font-family: "IBM Plex Mono"; font-weight: 400; font-style: normal; src: url(fonts/IBMPlexMono-Regular.ttf); }

html { font: 400 16px/24px "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #000; background: #fff; }
body { max-width: 736px; margin: 0 auto; padding: 48px 24px 96px; }
body.wide { max-width: 1040px; }
a { color: #000; text-decoration: underline; text-underline-offset: 2px; }
strong { font-weight: 600; }
p { margin: 0 0 12px; }

.brand { font-size: 12px; line-height: 16px; letter-spacing: .24em; text-transform: uppercase; border-bottom: 2px solid #000; padding-bottom: 12px; }
h1 { font-size: 32px; line-height: 40px; font-weight: 400; margin: 40px 0 24px; padding-bottom: 8px; border-bottom: 2px solid #000; }
h1.product { font-size: 54px; line-height: 64px; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; margin: 40px 0 8px; padding: 0; border: none; }
.doctype { font-size: 28px; line-height: 36px; margin: 0 0 24px; }
h2 { font-size: 20px; line-height: 28px; font-weight: 400; margin: 32px 0 8px; }
ul { margin: 0 0 12px; padding-left: 24px; }
li { margin: 4px 0; max-width: 720px; }

table { border-collapse: collapse; width: 100%; margin: 8px 0 12px; font-size: 14px; line-height: 18px; }
td { padding: 7px 8px; border-bottom: 1px solid #000; vertical-align: top; }
tr:first-child td { border-top: 2px solid #000; }
tr:last-child td { border-bottom: 2px solid #000; }
.note { font-size: 14px; line-height: 20px; margin: 8px 0 24px; }

/* notice block, as in the manuals */
div.notice { border-top: 1px solid #000; border-bottom: 1px solid #000; padding: 12px 0; margin: 16px 0 24px; }
div.notice::before { content: "Note"; display: block; font-weight: 600; margin-bottom: 4px; }
div.notice p:last-child { margin-bottom: 0; }

/* simulator page */
button { font: inherit; padding: 12px 32px; border: 2px solid #000; background: #000; color: #fff; cursor: pointer; border-radius: 0; }
button:disabled { background: #fff; color: #000; cursor: default; }
#stage { margin: 24px 0; }
#start-box { max-width: 720px; }
#status { margin: 16px 0 0; min-height: 24px; font-size: 12px; line-height: 16px; letter-spacing: .32px; }
canvas[hidden] { display: none; }
canvas { display: block; max-width: 100%; height: auto; margin: 0 auto; outline: none; }
