@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
  --color-primary: #6366f1;
  --bs-font-sans-serif: Inter, sans-serif;
  --bs-body-font-family: Inter, sans-serif;
  --bs-heading-font-family: Inter, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; font-family: Inter, sans-serif !important; line-height: 1.6; }
h1, h2, h3, h4, h5, h6 { font-family: Inter, sans-serif !important; }
img { max-width: 100%; height: auto; }