/* Global page styles */
body {
  font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
  line-height: 1.6;
  font-size: 16px;
  color: #212529;
  background-color: #ffffff;
}

main.content {
  padding: 2em;
}


/* Headings */
  h1, h2, h3, h4 {
    font-weight: 600;
    color: #1a1a1a;
      border-bottom: 1px solid #eaeaea;
    padding-bottom: 0.2em;
    margin-top: 2em;
  }

/* Code blocks */
  pre, code {
    font-family: 'Fira Code', monospace;
    background-color: #f6f8fa;
      padding: 0.2em 0.4em;
    border-radius: 4px;
  }

pre {
  padding: 1em;
  overflow-x: auto;
  border-left: 4px solid #cce5ff;
}

/* Tables */
  table {
    border-collapse: collapse;
    width: 100%;
    margin: 1.5em 0;
  }

th, td {
  border: 1px solid #dee2e6;
  padding: 0.6em 0.8em;
  text-align: left;
}

th {
  background-color: #f8f9fa;
}

/* Figures and captions */
  .figure-caption, .table-caption {
    font-style: italic;
    font-size: 0.95em;
    margin-top: 0.5em;
    color: #555;
  }

/* Links */
  a {
    color: #0069d9;
      text-decoration: none;
  }

/* Inline math and equations */
  .math {
    font-family: 'Cambria Math', 'STIX Math', serif;
  }
