/*
Theme Name: Dantex.de
Description: Dantex theme based on Uncode framework
Author: thisischemistry™
Author URI: thisischemistry.co.uk
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

.wpml-ls-menu-item .wpml-ls-flag+span{
	text-transform: capitalize;
}

/* roboto-400 */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/Roboto-Regular.ttf');
	src: local('Roboto-Regular'),
url('fonts/Roboto-Regular.ttf') format('ttf');
}

/* roboto-700 */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/Roboto-Bold.ttf');
	src: local('Roboto-Bold'),
url('fonts/Roboto-Bold.ttf') format('ttf');
}