/* General Typography */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 16px;
  line-height: 1.5;
  color: #24292e;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.25;
  color: #24292e;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

h1 {
  font-size: 2.25em;
}
h2 {
  font-size: 1.75em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.25em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.875em;
}

/* Paragraphs */
p {
  margin-bottom: 1em;
}

/* Links */
a {
  color: #0366d6;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Lists */
ul,
ol {
  margin: 1em 0;
  padding-left: 2em;
}

ul li,
ol li {
  margin-bottom: 0.5em;
}

/* Code Blocks and Inline Code */
code {
  font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier,
    monospace;
  font-size: 85%;
  background-color: #f6f8fa;
  padding: 0.2em 0.4em;
  border-radius: 3px;
}

pre {
  font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier,
    monospace;
  font-size: 85%;
  line-height: 1.45;
  overflow: auto;
  padding: 16px;
  background-color: #f6f8fa;
  border-radius: 6px;
}

/* Tables */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
}

th,
td {
  border: 1px solid #dfe2e5;
  padding: 0.6em;
}

th {
  background-color: #f6f8fa;
  font-weight: 600;
}

td {
  background-color: #ffffff;
}

/* Blockquotes */
blockquote {
  padding: 0.5em 1em;
  margin: 0;
  border-left: 0.25em solid #dfe2e5;
  color: #6a737d;
  margin-bottom: 1em;
}

/* Horizontal Rule */
hr {
  border: 0;
  border-top: 1px solid #dfe2e5;
  margin: 2em 0;
}

/* Inline elements (strong, emphasis, etc.) */
strong {
  font-weight: 600;
}

em {
  font-style: italic;
}
