/*
Theme Name: THEME HÙNG VŨ
Description: Theme by Vũ Đình Hùng
Author: https://www.facebook.com/vudinhhungth
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* ===================== */
/* ROBOTO 400 */
/* ===================== 
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/wp-content/fonts/roboto/roboto-v51-vietnamese-regular.woff2') format('woff2');
}

/* ===================== */
/* ROBOTO 700 */
/* ===================== 
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/wp-content/fonts/roboto/roboto-v51-vietnamese-700.woff2') format('woff2');
}
*/
/* APPLY */
body {
  font-family: 'Roboto', sans-serif;
	 font-style: normal;
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6, strong, b, .heading-font {
   font-family: 'Roboto', sans-serif;
	font-weight:700;
}

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


}