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

:root {
  --primary-bg: #131416;
  --secondary-bg: #1b1c1f;
}

/* Custom styles */
body {
  color: white;
  font-family: "Barlow", sans-serif;
}
