/* custom-font.css */

/* Import the Inter font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* Apply the font globally */
body {
  font-family: 'Inter', sans-serif !important;
}

h1 {
  font-size: 24px !important;
  font-family: 'Inter', sans-serif !important;
}

h2 {
  font-size: 18px !important;
  font-family: 'Inter', sans-serif !important;
}

h3,
h4,
h5,
h6 {
  font-size: 16px !important;
  font-family: 'Inter', sans-serif !important;
}

p {
  font-family: 'Inter', sans-serif !important;
}

li {
  font-family: 'Inter', sans-serif !important;
}

ul {
  font-family: 'Inter', sans-serif !important;
}
