@font-face {
    font-family: 'thunderregular';
    src: url('../fonts/thunder-lc-webfont.woff2') format('woff2'),
         url('../fonts/thunder-lc-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'thundermedium_lc';
    src: url('../fonts/thunder-mediumlc-webfont.woff2') format('woff2'),
         url('../fonts/thunder-mediumlc-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.heading-default{
    font-family: 'thunderregular';
}
.heading-lc-default{
    font-family: 'thundermedium_lc';
}