/*
 *  This file is specific to the Artifakt font *only*.
 *  Please avoid putting generic or layout-related styles here.
 */

/*  -------------------------
 *  Normalize-Extension.css
 *  -------------------------  */

    body{
        font-family: 'Artifakt',sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 1.4;
    }

    p, li{
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: normal;
        line-height: 19px;
    }

    ul{
        font-weight: 400;
        font-family: 'Artifakt';
        font-size: 14px;
        line-height: 19px;
    }

    h1 {
        font-family: 'Artifakt';
        font-size: 30px;
        line-height: 34px;
    }

    h2 {
        font-family: 'Artifakt';
        font-size: 22px;
    }

    h3 {
        font-weight: 700;
        font-family: 'Artifakt';
        font-size: 19px;
    }

    h4 {
        font-weight: 700;
        font-family: 'Artifakt';
    }

    h5 {
        font-weight: 700;
        font-family: 'Artifakt';
        text-transform: uppercase;
    }

/*  -------------------------
 *  Button.css
 *  -------------------------  */

    a.wd-button span {
        padding: .565em 1em .5em 1em;
    }
