/* Import Inter - Professional Sans-Serif Font for Hotel Website */
@import url('../fonts/inter.css');
@import url('../fonts/material-symbols.css');

/* Apply Inter font globally (exclude code and Material Icons) */
*:not(code):not(pre):not([class*='material-symbols']) {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

/* Optimize Inter font rendering for better readability */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'kern' 1, 'liga' 1, 'calt' 1;
}
