/* Font pack #5: Montserrat + Merriweather */
body.dstrc-font-pack-5{
  --dstrc-font-heading: "Merriweather", ui-serif, Georgia, "Times New Roman", Times, serif;
  --dstrc-font-body: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --dstrc-font-ui: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --dstrc-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --dstrc-font-size: 16px;
  --dstrc-line-height: 1.6;
}

body.dstrc-font-pack-5 :where(h1,h2,h3){
  font-weight: 700;
  letter-spacing: 0.01em;
}
