/*
Theme Name: Flatsome Child
Description: Tự động internal cùng tag | Ghi đè canonical đảm bảo chưa index vẫn có canonical | Tự động chuyển link author về trang chủ (nếu muốn custome báo lại Johnson) | Tự động chuyển hình ảnh thành định dạng avif tối ưu hơn cho SEO | Dùng shortcode [fls_latest_post_marquee] để hiển thị bài viết mới nhất dạng chữ chạy | Trang danh mục trống hiển thị "không có bài viết nào" ở p (mặc định là h1 dễ bị trùng h1 bài mô tả) | Tự động thêm schema website, Breadcrumbs, Rating | Tùy chỉnh tên tác giả và link tác giả ở cài đặt
Author: Johnson
Template: flatsome
Version: 3.0
*/


@font-face {
  font-family: 'SF Pro Display';
  src: url('fonts/sf-pro-display_bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('fonts/sf-pro-display_medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('fonts/sf-pro-display_semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Text';
  src: url('fonts/sf-pro-text_regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Text';
  src: url('fonts/sf-pro-text_semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Icons';
  src: url('fonts/SFProIcons_regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Icons';
  src: url('fonts/SFProIcons_semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Social Media Icons';
  src: url('fonts/social-media-font.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



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


}