/* Le Gatherist brand font — final override layer (Alliance No.2)
   Loaded last on every page to guarantee one consistent typeface. */

:root {
  --font-primary: 'Alliance No.2', 'Alliance 2.0', sans-serif;
}

html {
  font-family: var(--font-primary) !important;
}

body,
button,
input,
textarea,
select,
optgroup,
label,
legend,
h1, h2, h3, h4, h5, h6,
p, a, li, span, small, strong, em, cite,
th, td, dt, dd, figcaption, blockquote,
.nav-link,
.navbar,
.header,
.footer,
[class*="title"],
[class*="subtitle"],
[class*="label"],
[class*="text"],
.btn,
.nav__link,
.header__cta,
.page-header__title,
.page-header__subtitle {
  font-family: inherit !important;
}
