/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Source sans Pro', sans-serif;
    font-weight: 400;
}
h1 {
    font-size: 30px;
    line-height: 32px;
}
h2 {
    font-size: 28px;
    line-height: 30px;
}
h3 {
    font-size: 26px;
    line-height: 28px;
}
h4 {
    font-size: 24px;
    line-height: 26px;
}
h5 {
    font-size: 22px;
    line-height: 24px;
}
h6 {
    font-size: 20px;
    line-height: 22px;
}

body {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
}