/*
  Custom styles for Jonathan Pearce's personal website.
  The base design is Quarto's default flatly theme with the trestles about template.
  Add overrides here only as needed.
*/

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

body {
  font-family: 'Open Sans', sans-serif;
}
