:root {
  --md2pdf-font-family-body: 'Inter', 'Segoe UI', system-ui, sans-serif;
  --md2pdf-font-family-mono: 'Fira Code', 'Cascadia Code', monospace;
  --md2pdf-color-bg: #2e3440;
  --md2pdf-color-text: #d8dee9;
  --md2pdf-color-heading: #eceff4;
  --md2pdf-color-link: #5e81ac;
  --md2pdf-color-link-visited: #5e81ac;
  --md2pdf-color-code-bg: #e5e9f0;
  --md2pdf-color-code-text: #2e3440;
  --md2pdf-color-border: #d8dee9;
  --md2pdf-color-blockquote-border: #81a1c1;
  --md2pdf-color-hr: #d8dee9;
  --md2pdf-color-text-muted: #4c566a;
  --md2pdf-accent-color: #5e81ac;
  --md2pdf-accent-text: #eceff4;
}



table th {
  color: var(--md2pdf-color-text) !important;
}

/* Heading hierarchy - progressively lighter shades of Nord polar night */
h1 { color: #2e3440; }
h2 { color: #3b4252; }
h3 { color: #434c5e; }
h4, h5, h6 { color: #4c566a; }

/* Blockquote left border uses Nord frost blue - clearly visible */
blockquote {
  border-left: 4px solid #81a1c1;
}

/* Tag variables for the Nord palette */
.tag {
  background-color: rgba(94, 129, 172, 0.15);
  color: #5e81ac;
  border: 1px solid rgba(94, 129, 172, 0.3);
}

@media print {
  :root {
    --md2pdf-color-bg: #ffffff;
    --md2pdf-color-text: #1a1a1a;
    --md2pdf-color-heading: #111111;
    --md2pdf-color-link: #0066cc;
    --md2pdf-accent-text: #ffffff;
  }
}
