/*======================
   Geist — site-wide typography
   Load this LAST in <head> so it wins over bootstrap/owl/magnific.
   Icon fonts (Font Awesome) are untouched: every rule below uses
   element selectors only, so any icon class (.fa/.fas/.fab) wins.
========================*/
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');

:root {
  --font-sans: 'Geist', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

html,
body {
  font-family: var(--font-sans);
}

h1, h2, h3, h4, h5, h6,
p, span, a, li, dt, dd,
blockquote, figcaption,
label, legend, th, td,
small, strong, em, b,
button, input, select, textarea {
  font-family: var(--font-sans);
}
