/* leny/kouto-swiss
 *
 * /src/stylus/base/headings.styl - Headings styles
 *
 * coded by leny@flatLand!
 * started at 07/12/2016
 */

h1
    // …

h2
    font-size 3.2rem
    color primary

h3
    font-size 2.4rem
    color primary

h4
    margin-left 2rem
    font-size 2rem
    color black

h5
    font-size 1.8rem
    color #666

h6
    // …
