@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.libre-baskerville-regular {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

.libre-baskerville-bold {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-style: normal;
}

.libre-baskerville-regular-italic {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
}

p, div.resource__content, li {
font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
font-size:14px;
color:#000000;
}

h1, h2, h3, h4, h5 {
font-family: "Libre Baskerville", serif;
font-weight:600;
}

h1, h2 {
color:#db0a29;
}

#cookie-bar p {
color:white;
}