@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&family=Quicksand:wght@300;400;500;600;700&display=swap");
@import "tailwindcss";

@theme {
  --color-smarts-primary: #dc2626;
  --color-smarts-secondary: #ef4444;
  --color-smarts-cta: #fbbf24;
  --color-smarts-bg: #fef2f2;
  --color-smarts-ink: #7f1d1d;

  --font-display: "Baloo 2", system-ui, sans-serif;
  --font-body: "Quicksand", system-ui, sans-serif;
}
