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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  color: #111827;
  background-color: #F9FAFB;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", ui-serif, Georgia, serif;
  color: #0A192F;
}
