@charset "UTF-8";
/* @import "tailwindcss"; - Removed because it causes MIME type errors in static files */

:root {
  --primary-color: #fdb64e;
  --primary-color-rgb: 253, 182, 78;

  --secondary-color: #fba51a;
  --secondary-color-rgb: 251, 165, 26;
}