body {
    font-family: "Lato", Helvetica, Arial, sans-serif;
}

h1, h2 { font-weight: bold; }

/* move all the sizes down a bit */
h1 { font-size: 3.6rem; line-height: 1.35; letter-spacing: -.1rem; }
h2 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h3 { font-size: 2.4rem; line-height: 1.25; letter-spacing: -.08rem; }

ol, ul {
    list-style-position: outside;
    padding-left: 3rem;
    column-count: 2;
}

a { color: #2D2BB9; text-decoration: none; }
a:hover { color: #0FA0CE; }
