/* Font pack #2: System Serif (no downloads) */
body.dstrc-font-pack-2{
  --dstrc-font-heading: ui-serif, Georgia, "Times New Roman", Times, serif;
  --dstrc-font-body: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --dstrc-font-ui: 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-2 :where(h1,h2,h3){
  font-weight: 700;
  letter-spacing: 0.005em;
}
