/* filson pro (below, adobe fonts) is used for most body text:
    font-family: filson-pro, sans-serif;
    font-style: normal, italic;
    font-weight: 400(regular), 500(bold/medium);
*/
@import url("https://use.typekit.net/xzj0yok.css");


/* newsreader (below, google fonts) is used for captioning:
    font-family: newsreader, serif;
    font-style: italic;
    font-weight: 400(regular);
*/
@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&display=swap');

/* regards (below, custom font) is used for headings */
@font-face {
  font-family: "regards-regular";
  src:
    url("regards-webfont.woff2") format("woff2"),
    url("regards-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


