@font-face {
    font-family: 'dinmedium';
    src: url('din-medium-webfont.woff2') format('woff2'),
         url('din-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dinregular';
    src: url('din-bold-webfont.woff2') format('woff2'),
         url('din-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dinregular2';
    src: url('din-regular-webfont.woff2') format('woff2'),
         url('din-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dinlight';
    src: url('din-light-webfont.woff2') format('woff2'),
         url('din-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'heart';
    src: url('always_in_my_heart-webfont.woff2') format('woff2'),
         url('always_in_my_heart-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h1,h2,h3,h4,h5,h6,b,strong{
    font-family:'dinmedium', sans-serif;
}

p,a,button,li,ul,ol, td, tr, label {
    font-family:'dinlight',sans-serif!important;
}