@import "tailwindcss";


* {
  font-family: inherit;
}

:root {
  --background: #f8f5e6;
  --foreground: black;
}

body {
  background: var(--background);
  color: var(--foreground);
  font-family: 'Playfair Display', serif; 
}