/* =========================
   Base (Dark Theme)
   ========================= */

body {
  color: rgba(255, 255, 255, 0.75); /* normal text ~75% white */
  background-color: #0f1115;
}

/* =========================
   Headings (Blue Sky Series)
   ========================= */

h1 {
  color: #8ecbff;        /* light sky blue */
  font-weight: 700;
}

h2 {
  color: #6fb8ff;        /* medium sky blue */
  font-weight: 700;
}

h3 {
  color: #4fa3ff;        /* deeper sky blue */
  font-weight: 700;
}

h4 {
  color: #3a8fe0;
  font-weight: 700;
}

h5,
h6 {
  color: #2f7ac0;
  font-weight: 700;
}

/* =========================
   Links
   ========================= */

a {
  color: #ffffff;        /* 100% white */
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.15s ease-in-out;
}

a:hover {
  opacity: 0.75;         /* drop 25% light on hover */
  text-decoration: none;
}

/* =========================
   Article Content
   ========================= */

.entry-content p,
.entry-content li,
.entry-content td,
.entry-content th {
  color: rgba(255, 255, 255, 0.75);
}

/* =========================
   Navigation / TOC helpers
   ========================= */

.breadcrumb a,
aside a {
  color: rgba(255, 255, 255, 0.85);
}
