/*
* These are CSS rules to include for the web dev environment only.
* For prod these are not needed, e.g. the font should already be included and we should not be re-normalizing the CSS.
*/

@import 'https://unpkg.com/@csstools/normalize.css/evergreen.css';
@import '//fonts.service.nsw.gov.au/fonts.css';

body {
  font-family: 'Gotham', Arial, sans-serif;
}
