/* custom CSS - put here any ptiblogphp styles you'd like to overload */

/* @import url('https://fonts.googleapis.com/css2?family=Chewy&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Finger+Paint&display=swap');

div.banner h1 {
  font-family: "Chewy", system-ui;
  font-family: "Finger Paint", sans-serif;
  font-weight: 400;
  font-style: normal;
}
