@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --mahogany: #212121;  /* primary: text, headings, preset amount buttons — UWA ink */
  --fiery:    #b90000;  /* accent: Donate button, links, focus rings — UWA red */
  --seashell: #ffffff;  /* background — seamless inside the page's white card */
}

body { font-family: 'Fira Sans', 'Helvetica Neue', Arial, sans-serif; }