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

@tailwind base;
@tailwind components;
@tailwind utilities;

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0 auto;
  font-family: 'Inter', sans-serif;
  background-color: #fffdfa;
  /* color: #e9ab53; */
}

.attribution { font-size: 10px; text-align: center; }
.attribution a { color: hsl(228, 45%, 44%); }