@tailwind base;
@tailwind components;
@tailwind utilities;

body {
  font-family: system-ui, -apple-system, sans-serif;
}

h1, h2, h3 {
  font-family: 'Georgia', serif;
}