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

    body {
      font-family: 'Inter', sans-serif;
    }
    h1, h2, h3, .brand {
      font-family: 'Fredoka', sans-serif;
    }