/*
Theme Name: Travel
Theme URI: https://hobimedia.com/
Author: Hobimedia
Description: Theme tối ưu SEO, nhanh nhẹ, responsive
Version: 1.2
License: GNU General Public License v2 or later
Text Domain: travelhc-theme V1.2
*/

:root {
  --font-main: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

body {
  font-family: var(--font-main);
  font-size: 16px;
  line-height: 1.75;
  color: #111827;
}

/* ===============================
   SITE LOGO
================================ */
.site-logo img {
  max-height: 120px;
  width: auto;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .site-logo img {
    max-height: 120px;
  }
}

.site-title {
  font-size: 1.25rem;
  font-weight: 800;
}


