/* =========================================================
   GÁI GÚ VIỆT — GLOBAL TYPOGRAPHY
   Body/UI: Inter | Headings/brand: Quicksand
   ========================================================= */
:root {
  --ggv-font-body: "Inter", Arial, sans-serif;
  --ggv-font-heading: "Quicksand", "Inter", Arial, sans-serif;
}

html,
body,
button,
input,
select,
textarea,
.entry,
.widget,
.commentlist,
.search-form,
.themeform,
.nav,
.post-meta,
.post-list,
.sidebar,
#footer,
#header {
  font-family: var(--ggv-font-body) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.site-description,
.entry-title,
.post-title,
.post-title a,
.widget-title,
.archive-header h1,
.page-title,
.section-title,
[class*="ggv-"] h1,
[class*="ggv-"] h2,
[class*="ggv-"] h3,
[class*="ggv-"] h4,
[class*="ggv-"] .title,
[class*="ggv-"] .heading,
.homepage-wrapper h1,
.homepage-wrapper h2,
.homepage-wrapper h3,
.homepage-wrapper h4 {
  font-family: var(--ggv-font-heading) !important;
  letter-spacing: -0.02em;
}

.nav > li > a,
.sidebar .widget-title,
#footer .widget-title,
button,
input[type="submit"],
input[type="button"],
.themeform button,
.gg-filter-group label,
.ggv-account-widget__button,
.ggv-member-button {
  font-family: var(--ggv-font-heading) !important;
  font-weight: 700;
}

.entry,
.entry p,
.entry li,
.entry td,
.entry th,
.post-meta,
.post-byline,
.comment-body,
.widget,
input,
select,
textarea {
  font-family: var(--ggv-font-body) !important;
}
