@font-face{
    font-family:'Merriweather';
    src: url('../fonts/Merriweather/Merriweather-Regular.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family:'MerriweatherBold';
    src: url('../fonts/Merriweather/Merriweather-Bold.ttf') format("truetype");
    font-weight: bold;
    font-style: bold;
}

@font-face{
    font-family:'MerriweatherBlack';
    src: url('../fonts/Merriweather/Merriweather-Black.ttf') format("truetype");
}

@font-face{
    font-family:'DIN';
    src: url('../fonts/D-DIN/D-DIN.ttf') format("truetype");
    font-size: medium;
}

@font-face{
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf') format("truetype");
}