/* Font pack #7: Nunito Sans + Lora */
body.dstrc-font-pack-7{
  --dstrc-font-heading: "Lora", ui-serif, Georgia, "Times New Roman", Times, serif;
  --dstrc-font-body: "Nunito Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --dstrc-font-ui: "Nunito Sans", 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.62;
}

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