/* theme.css - copied from src/styles/theme.css for static serving */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');

body {
  background: #111;
  color: #d4af37;
  font-family: 'Montserrat', Arial, sans-serif;
}

/* Add any other theme styles here */
