/* SmartBanner Better Together Font Override */
.smartbanner,
.smartbanner * {
  font-family:
    "Better Together",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif !important;
}

.smartbanner__info__title {
  font-weight: 700 !important;
}

.smartbanner__info__author {
  font-weight: 400 !important;
}

.smartbanner__info__price {
  font-weight: 400 !important;
}

.smartbanner__button {
  font-weight: 500 !important;
}

/* Additional text elements */
.smartbanner__info {
  font-family:
    "Better Together",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif !important;
}

.smartbanner__wrapper {
  font-family:
    "Better Together",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif !important;
}

/* Ensure proper font loading */
.smartbanner {
  font-feature-settings: "kern" 1;
  font-variant-ligatures: common-ligatures;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
