/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/dm-sans-v11-latin-regular.woff2') format('woff2'),
       url('fonts/dm-sans-v11-latin-regular.woff') format('woff');
  font-display: swap !important;     
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/cormorant-garamond-v15-latin-regular.woff2') format('woff2'),
       url('fonts/cormorant-garamond-v15-latin-regular.woff') format('woff');
  font-display: swap !important;
}

.mmblack {
	background: #000 !important;
}