@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
blockquote,
dt,
dd,
td,
th,
label,
span,
div,
a {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.disp-quote {
  background: #f9f9f9;
  border-left: 10px solid #70b9a9;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', serif;
    padding-top: 15px;
}

h1 {
  font-size: 2.25rem;
}

@media screen and (max-width: 764px) {
  p {
    /*MS: default in clean theme makes font tiny for some reason */
    font-size: 1em !important;
  }
}

p {
    /*MS: default in clean theme makes font tiny for some reason */
    font-size: 1em;
}