@import "tailwindcss";

@theme {
  --font-sans: 'Instrument Sans', sans-serif;
  --font-serif: 'Playfair Display', serif;
}

/* Custom Base Styles if needed */
html {
  scroll-behavior: smooth;
}

::selection {
  background-color: #427978;
  color: #FAF7F3;
}