html
{
    font-size: 1rem;
}

body
{
    color: $grey10;
    font-family: $primary-font;
}

h1, h2, h3, h4, h5, h6
{ 
    font-family: $primary-font;
    line-height: 1.75rem;
    margin: 0;
}


h1
{
    font-size: $base-font-size * 1.5;
}

h2
{
    font-size: $base-font-size * 1.4;
}

h3
{
    font-size: $base-font-size * 1.3;
    line-height: 3rem;
}

h4
{
    font-size: $base-font-size * 0.875;
}

h5
{
    font-size: $base-font-size * 0.8;
    letter-spacing: .1em;
}

h6
{
    font-size: $base-font-size * 0.7;
}

p
{
    color: $grey30;
    font-size: $base-font-size;
    /*line-height: 3vh;*/
    /*letter-spacing:0.2vh;*/
    padding: 0.8rem 0;
    margin: 0;

    a:link, a:active, a:visited
    {
        font-weight: bold;
    }
}
