/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
/* FONT: UTM AVO */
/* ============ FONT: UTM AVO ============ */
@font-face {
  font-family: 'UTM Avo';
  src: url('/wp-content/themes/flatsome-child/fonts/utm/UTM Avo.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'UTM Avo';
  src: url('/wp-content/themes/flatsome-child/fonts/utm/UTM AvoBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ============ FONT: UTM TIMES ============ */
@font-face {
  font-family: 'UTM Times';
  src: url('/wp-content/themes/flatsome-child/fonts/utm/UTM Times.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ============ ÁP DỤNG FONT ============ */
body, p, a, h1, h2, h3, h4, h5, h6 {
  font-family: 'UTM Avo', sans-serif !important;
}
