/*
Theme Name: ML Marketing Solutions Child Theme
Theme URI: http://dyw.com.sg
Version: 1.0
Description: Child theme for custom development.
Author: ML Marketing Solutions
Author URI: http://dyw.com.sg
template: bb-theme
*/

/* Add your custom styles here... */ 

@font-face {
	font-family:"cremona";
	src: url("fonts/Cremona.woff") format('woff'),
	     url("fonts/Cremona.otf") format('otf'),
	     url("fonts/Cremona.ttf") format('ttf');
	font-weight: 400;
  	font-style: normal;
}
@font-face {
	font-family:"optima";
	src: url("fonts/Optima.woff") format('woff'),
	     url("fonts/Optima.otf") format('otf'),
	     url("fonts/Optima.ttf") format('ttf');
	font-weight: 400;
  	font-style: normal;
}
@font-face {
	font-family:"optima";
	src: url("fonts/Optima-DemiBold.woff") format('woff'),
	     url("fonts/Optima-DemiBold.otf") format('otf'),
	     url("fonts/Optima-DemiBold.ttf") format('ttf');
	font-weight: 600;
  	font-style: normal;
}
@font-face {
	font-family:"optima";
	src: url("fonts/Optima-bold.woff") format('woff'),
	     url("fonts/Optima-bold.otf") format('otf'),
	     url("fonts/Optima-bold.ttf") format('ttf');
	font-weight: 700;
  	font-style: normal;
}

.cremona {font-family:"cremona",sans-serif;}
.optima {font-family:"optima",sans-serif;}