body { padding: 2rem; background: var(--dark); color: var(--light); font-size: 1.6rem; font-family: 'SegoeUI', 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', Tahoma, Geneva, Verdana, sans-serif; }

ul { padding: 0 0 0 2rem; }
ol { padding: 0 0 0 2rem; }
h1 { font-size: 150%; }
h2 { font-size: 133%; }
h3 { font-size: 125%; }
img { width: 100%; height: auto; }

a, .link { color: var(--blue-dark); text-decoration: none; border-bottom: 2px solid; cursor: pointer; }
.brand { border: 0 none; font-weight: 100; }
.brand b,
.brand strong { font-weight: 600; }
.brand a { border: 0 none; }
.brand a:hover { border-bottom: 2px solid; }
