/*---------------------------------------------------------
    Font
----------------------------------------------------------*/

@font-face {
	font-family: 'BMWMotorrad';
	font-weight: 300;
	font-style: normal;
	src: url(/wp-content/plugins/ydu_bms/public/pages/motorrad/font/BMWMotorrad-Light.otf);
}

@font-face {
	font-family: 'BMWMotorrad';
	font-weight: 600;
	font-style: normal;
	src: url(/wp-content/plugins/ydu_bms/public/pages/motorrad/font/BMWMotorrad-Bold.otf);
}

@font-face {
	font-family: 'BMWMotorrad';
	font-weight: 800;
	font-style: normal;
	src: url(/wp-content/plugins/ydu_bms/public/pages/motorrad/font/BMWMotorrad-Heavy.otf);
}

.txt_motorrad_type {
	font-family: 'BMWMotorrad';
}

.txt_motorrad_bold {
	font-weight: 600;
}

/*---------------------------------------------------------
    Colors
----------------------------------------------------------*/

.txt_blue_motorrad {color: var(--oxy_color_12)}
.txt_grey_motorrad {color: var(--oxy_color_13)}

.bg_blue_motorrad {background-color: var(--oxy_color_12)}
.bg_grey_motorrad {background-color: var(--oxy_color_13)}

.border_blue_motorrad {background-color: var(--oxy_color_12)}
.border_grey_motorrad {background-color: var(--oxy_color_13)}

