@font-face {
    font-family:'DINRoundPro';
    src: url('../fonts/DINRoundPro.woff2') format('woff2'),
		url('../fonts/DINRoundPro.woff') format('woff'),
		url('../fonts/DINRoundPro.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-04EF;
}

@font-face {
    font-family:'DINRoundPro-Bold';
    src: url('../fonts/DINRoundPro-Bold.woff2') format('woff2'),
		url('../fonts/DINRoundPro-Bold.woff') format('woff'),
		url('../fonts/DINRoundPro-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-04EF;
}

@font-face {
    font-family:'DINRoundPro-Medi';
    src: url('../fonts/DINRoundPro-Medi.woff2') format('woff2'),
		url('../fonts/DINRoundPro-Medi.woff') format('woff'),
		url('../fonts/DINRoundPro-Medi.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-04EF;
}
@font-face {
    font-family: 'UrbaneRounded-DemiBold';
    src: url('../fonts/UrbaneRounded-DemiBold.woff2') format('woff2'),
        url('../fonts/UrbaneRounded-DemiBold.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-04EF;
	}
@font-face {
    font-family: 'paint-drops-regular';
    src: url('../fonts/paint-drops-regular.eot');
    src: url('../fonts/paint-drops-regular.eot') format('embedded-opentype'),
         url('../fonts/paint-drops-regular.woff2') format('woff2'),
         url('../fonts/paint-drops-regular.ttf') format('truetype');
  }