@import "tailwindcss";

@theme inline {
  --color-gold: #F5C518;
  --color-gold-hover: #e6b800;
  --color-surface: #111111;
  --color-surface-hover: #191919;
  --color-surface-alt: #0a0a0a;
  --color-silver: #A1A1AA;
  --font-heading: var(--font-poppins, "Poppins"), sans-serif;
  --font-body: var(--font-inter, "Inter"), sans-serif;
}

body {
  background-color: #000000;
  color: #ffffff;
  font-family: var(--font-body);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
}
