/* WeHost Custom Fonts */
@font-face {
  font-family: 'WeHost';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../font/WeHostSecondary.woff2') format('woff2');
}

@font-face {
  font-family: 'WeHost';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../font/WeHostMain.woff2') format('woff2');
}

@font-face {
  font-family: 'WeHost';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../font/WeHostMain.woff2') format('woff2');
}

/* Ensure smooth font rendering */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'WeHost', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}

/* Apply fonts to all text elements */
h1, h2, h3, h4, h5, h6, p, span, a, button, input, select, textarea {
  font-family: 'WeHost', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}
