/*
Theme Name: Lê Đình Quân
Template: flatsome
Version: 1.0
Description: Child Theme LeDinhQuan.Com
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* Thiết lập font mặc định cho toàn site */
body {
  font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
}

#top-bar {
    background: linear-gradient(90deg, #61c73f, #1f8538);
    padding: 8px 0;
}