/*
Theme Name: MatBaoWS
Description: This is a child theme for Flatsome Theme
Author: MatBaoWS Team
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face {
  font-family: 'UTM-Copperplate';
  src: url('./assets/fonts/UTM-Copperplate.ttf') format('truetype');
	font-display: swap;
}

h1, h2, h3, h4, h5, h6, .heading-font {
  font-family: 'UTM-Copperplate', sans-serif !important;
}

.mbws-video-slider iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}