@import url('https://fonts.cdnfonts.com/css/century-gothic-paneuropean');

/* Brand font stack */
:root {
  --brand-font: 'Century Gothic Paneuropean', 'Century Gothic', 'Questrial', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif !important;
}

/* Apply globally */
html, body, body * {
  font-family: var(--brand-font) !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Optional: helpers for future UI swaps */
.th-init .hostaway-listings { visibility: hidden; } /* prevent flash while your UI loads */
.th-ready .hostaway-listings { display: none; }     /* hide original once your UI is ready */
