/*
Theme Name: congnghevietnam.vn
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  ***************/


}


/* Tiêu đề và các thành phần heading */
h1, h2, h3, .heading-font {
    font-family: 'SVN-Poppins-Bold' !important;
    font-weight: normal !important;
}

h4, h5, h6 {
    font-family: 'SVN-Poppins-Medium' !important;
    font-weight: normal !important;
}

/* Thẻ trên menu (menu chính, sidebar...) */
.nav > li > a,
.nav-sidebar.nav-vertical > li > a,
.main-menu a,
.header-nav a {
    font-family: 'SVN-Poppins-Medium' !important;
    font-weight: normal !important;
}

/* Thân bài và nội dung đoạn văn */
body, p {
    font-family: 'SVN-Poppins-Regular' !important;
    font-weight: normal !important;
}


@font-face {
  font-family: 'SVN-Poppins-Bold';
  src: url('/wp-content/themes/haiduong-dev/font/SVN-Poppins-Bold.otf');
}

@font-face {
  font-family: 'SVN-Poppins-Medium';
  src: url('/wp-content/themes/haiduong-dev/font/SVN-Poppins-Medium.otf');
}

@font-face {
  font-family: 'SVN-Poppins-Regular';
  src: url('/wp-content/themes/haiduong-dev/font/SVN-Poppins-Regular.otf');
}

@font-face {
  font-family: 'SVN-Poppins-SemiBol';
  src: url('/wp-content/themes/haiduong-dev/font/SVN-Poppins-SemiBold.otf');
}

