/*! reset.css v1.0 | MIT License | https://github.com/microsoft/msdn */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } /* remove list styles */ ol, ul { list-style: none; } /* remove quotes from blockquote and q */ blockquote, q { quotes: none; } blockquote::before, blockquote::after, q::before, q::after { content: ''; content: none; } /* table reset */ table { border-collapse: collapse; border-spacing: 0; } /* set base line-height and font smoothing */ html { line-height: 1.5; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* global box-sizing */ *, *::before, *::after { box-sizing: border-box; } /* remove default button styles */ button, input, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; margin: 0; border: none; background: transparent; appearance: none; -webkit-appearance: none; } /* anchor resets */ a { color: inherit; text-decoration: none; } a:hover, a:focus { text-decoration: underline; } /* images */ img { max-width: 100%; height: auto; display: block; } /* fix for hidden overflow when using flexbox */ [hidden] { display: none !important; } /* accessibility: focus outline */ :focus-visible { outline: 2px solid #005fb8; outline-offset: 2px; } /* root variables for consistent theming */ :root { --font-sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; --font-mono: "SF Mono", "Courier New", monospace; --color-primary: #005fb8; --color-bg: #fafafa; --color-text: #212529; } /* body defaults */ body { font-family: var(--font-sans); font-weight: 400; color: var(--color-text); background-color: var(--color-bg); line-height: 1.6; text-rendering: optimizeLegibility; } /* headings */ h1, h2, h3, h4, h5, h6 { font-weight: 600; margin-bottom: 0.5rem; line-height: 1.2; color: var(--color-primary); } h1 { font-size: 2.5rem; } h2 { font-size: 2rem; } h3 { font-size: 1.75rem; } h4 { font-size: 1.5rem; } h5 { font-size: 1.25rem; } h6 { font-size: 1rem; } /* paragraphs */ p { margin-bottom: 1rem; } /* utility classes */ .u-text-center { text-align: center; } .u-mt-1 { margin-top: 0.25rem; } .u-mt-2 { margin-top: 0.5rem; } .u-mt-3 { margin-top: 1rem; } .u-p-1 { padding: 0.25rem; } .u-p-2 { padding: 0.5rem; } .u-p-3 { padding: 1rem; } @media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; } }